pub struct LocalAPIC { /* private fields */ }Implementations§
Trait Implementations§
Source§impl IntoBytes for LocalAPICwhere
u8: IntoBytes,
U32: IntoBytes,
impl IntoBytes for LocalAPICwhere
u8: IntoBytes,
U32: IntoBytes,
impl Copy for LocalAPIC
impl Immutable for LocalAPICwhere
u8: Immutable,
U32: Immutable,
Auto Trait Implementations§
impl Freeze for LocalAPIC
impl RefUnwindSafe for LocalAPIC
impl Send for LocalAPIC
impl Sync for LocalAPIC
impl Unpin for LocalAPIC
impl UnwindSafe for LocalAPIC
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