pub struct DefSecondTableRowDecompressed {
pub offset: u16,
}Fields§
§offset: u16Auto Trait Implementations§
impl Freeze for DefSecondTableRowDecompressed
impl RefUnwindSafe for DefSecondTableRowDecompressed
impl Send for DefSecondTableRowDecompressed
impl Sync for DefSecondTableRowDecompressed
impl Unpin for DefSecondTableRowDecompressed
impl UnwindSafe for DefSecondTableRowDecompressed
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