pub struct IRQState { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRQState
impl RefUnwindSafe for IRQState
impl Send for IRQState
impl Sync for IRQState
impl Unpin for IRQState
impl UnwindSafe for IRQState
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