pub struct ROOT_INODE {
__private_field: (),
}Fields§
§__private_field: ()Trait Implementations§
Source§impl Deref for ROOT_INODE
impl Deref for ROOT_INODE
impl LazyStatic for ROOT_INODE
Auto Trait Implementations§
impl Freeze for ROOT_INODE
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§
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