Struct kernel::fs::Registration
source · [−]pub struct Registration { /* private fields */ }
Expand description
A file system registration.
Implementations
sourceimpl Registration
impl Registration
sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new file system registration.
It is not visible or accessible yet. A successful call to Registration::register
needs
to be made before users can mount it.
Trait Implementations
sourceimpl Default for Registration
impl Default for Registration
sourcefn default() -> Registration
fn default() -> Registration
Returns the “default value” for a type. Read more
sourceimpl Drop for Registration
impl Drop for Registration
impl Send for Registration
impl Sync for Registration
Auto Trait Implementations
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