pub struct ROOT_INODE {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for ROOT_INODE
impl Deref for ROOT_INODE
impl LazyStatic for ROOT_INODE
Auto Trait Implementations
impl RefUnwindSafe for ROOT_INODE
impl Send for ROOT_INODE
impl Sync for ROOT_INODE
impl Unpin for ROOT_INODE
impl UnwindSafe for ROOT_INODE
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