pub struct X2Apic { /* private fields */ }
Expand description
X2Apic
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for X2Apic
impl Send for X2Apic
impl Sync for X2Apic
impl Unpin for X2Apic
impl !UnwindSafe for X2Apic
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more