Struct gpt_parser::LBA4K
source · [−]#[repr(C)]pub struct LBA4K(_);Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LBA4K
impl Send for LBA4K
impl Sync for LBA4K
impl Unpin for LBA4K
impl UnwindSafe for LBA4K
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more