pub struct GicState { /* private fields */ }Expand description
Represents a global interrupt controller state object.
Implementations§
Trait Implementations§
Source§impl Ord for GicState
impl Ord for GicState
Source§impl PartialOrd for GicState
impl PartialOrd for GicState
impl Eq for GicState
impl StructuralPartialEq for GicState
Auto Trait Implementations§
impl Freeze for GicState
impl RefUnwindSafe for GicState
impl !Send for GicState
impl !Sync for GicState
impl Unpin for GicState
impl UnwindSafe for GicState
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