Struct axfs_ramfs::INTERRUPT
source · pub struct INTERRUPT { /* private fields */ }
Expand description
To record the interrupt count
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for INTERRUPT
impl Send for INTERRUPT
impl Sync for INTERRUPT
impl Unpin for INTERRUPT
impl UnwindSafe for INTERRUPT
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