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§
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