pub struct ApicFlags(/* private fields */);
Expand description
Flags for the ProcessorLocalApic
record type
Implementations§
Trait Implementations§
impl Copy for ApicFlags
Auto Trait Implementations§
impl Freeze for ApicFlags
impl RefUnwindSafe for ApicFlags
impl Send for ApicFlags
impl Sync for ApicFlags
impl Unpin for ApicFlags
impl UnwindSafe for ApicFlags
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