pub struct InodeBitmap { /* private fields */ }Implementations§
Source§impl InodeBitmap
impl InodeBitmap
Trait Implementations§
Source§impl Debug for InodeBitmap
impl Debug for InodeBitmap
Source§impl Default for InodeBitmap
impl Default for InodeBitmap
Source§fn default() -> InodeBitmap
fn default() -> InodeBitmap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InodeBitmap
impl RefUnwindSafe for InodeBitmap
impl Send for InodeBitmap
impl Sync for InodeBitmap
impl Unpin for InodeBitmap
impl UnwindSafe for InodeBitmap
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