#[repr(C)]pub struct LBA4K(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LBA4K
impl RefUnwindSafe for LBA4K
impl Send for LBA4K
impl Sync for LBA4K
impl Unpin for LBA4K
impl UnwindSafe for LBA4K
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