#[repr(C)]pub struct LapicState {
pub regs: [c_char; 1024],
}Fields§
§regs: [c_char; 1024]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LapicState
impl RefUnwindSafe for LapicState
impl Send for LapicState
impl Sync for LapicState
impl Unpin for LapicState
impl UnwindSafe for LapicState
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