pub struct ext4_bcache { /* private fields */ }Expand description
Block cache descriptor (opaque)
Auto Trait Implementations§
impl Freeze for ext4_bcache
impl RefUnwindSafe for ext4_bcache
impl Send for ext4_bcache
impl Sync for ext4_bcache
impl Unpin for ext4_bcache
impl UnsafeUnpin for ext4_bcache
impl UnwindSafe for ext4_bcache
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