#[repr(C)]pub struct SYSTEM_INTERRUPT_CPU_SET_INFORMATION {
pub Gsiv: u32,
pub Group: u16,
pub CpuSets: u64,
}Fieldsยง
ยงGsiv: u32ยงGroup: u16ยงCpuSets: u64Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_INTERRUPT_CPU_SET_INFORMATION
impl Send for SYSTEM_INTERRUPT_CPU_SET_INFORMATION
impl Sync for SYSTEM_INTERRUPT_CPU_SET_INFORMATION
impl Unpin for SYSTEM_INTERRUPT_CPU_SET_INFORMATION
impl UnwindSafe for SYSTEM_INTERRUPT_CPU_SET_INFORMATION
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more