pub struct RawRoot { /* private fields */ }Expand description
Root directory entry.
Auto Trait Implementations§
impl Freeze for RawRoot
impl RefUnwindSafe for RawRoot
impl Send for RawRoot
impl Sync for RawRoot
impl Unpin for RawRoot
impl UnwindSafe for RawRoot
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