Struct kernel::fs::SuperBlock
source · [−]Expand description
A file system super block.
Wraps the kernel’s struct super_block
.
Auto Trait Implementations
impl<T> !RefUnwindSafe for SuperBlock<T>
impl<T> !Send for SuperBlock<T>
impl<T> !Sync for SuperBlock<T>
impl<T: ?Sized> Unpin for SuperBlock<T> where
T: Unpin,
impl<T: ?Sized> UnwindSafe for SuperBlock<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more