#[repr(C)]pub struct LPI { /* private fields */ }
Expand description
GIC CPU Interface registers.
Implementations§
Auto Trait Implementations§
impl !Freeze for LPI
impl !RefUnwindSafe for LPI
impl Send for LPI
impl !Sync for LPI
impl Unpin for LPI
impl UnwindSafe for LPI
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