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