#[repr(C)]#[repr(packed)]pub struct IRQ_DES_32 {
pub IRQD_Count: DWORD,
pub IRQD_Type: DWORD,
pub IRQD_Flags: DWORD,
pub IRQD_Alloc_Num: ULONG,
pub IRQD_Affinity: ULONG32,
}
Fields
IRQD_Count: DWORD
IRQD_Type: DWORD
IRQD_Flags: DWORD
IRQD_Alloc_Num: ULONG
IRQD_Affinity: ULONG32
Trait Implementations
sourceimpl Clone for IRQ_DES_32
impl Clone for IRQ_DES_32
sourcefn clone(&self) -> IRQ_DES_32
fn clone(&self) -> IRQ_DES_32
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_32
Auto Trait Implementations
impl RefUnwindSafe for IRQ_DES_32
impl Send for IRQ_DES_32
impl Sync for IRQ_DES_32
impl Unpin for IRQ_DES_32
impl UnwindSafe for IRQ_DES_32
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