#[repr(C)]#[repr(packed)]pub struct IRQ_DES_64 {
pub IRQD_Count: DWORD,
pub IRQD_Type: DWORD,
pub IRQD_Flags: DWORD,
pub IRQD_Alloc_Num: ULONG,
pub IRQD_Affinity: ULONG64,
}
Fields
IRQD_Count: DWORD
IRQD_Type: DWORD
IRQD_Flags: DWORD
IRQD_Alloc_Num: ULONG
IRQD_Affinity: ULONG64
Trait Implementations
sourceimpl Clone for IRQ_DES_64
impl Clone for IRQ_DES_64
sourcefn clone(&self) -> IRQ_DES_64
fn clone(&self) -> IRQ_DES_64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for IRQ_DES_64
Auto Trait Implementations
impl RefUnwindSafe for IRQ_DES_64
impl Send for IRQ_DES_64
impl Sync for IRQ_DES_64
impl Unpin for IRQ_DES_64
impl UnwindSafe for IRQ_DES_64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more