#[repr(C, packed)]pub struct DataDir {
pub offset: u32,
pub size: u32,
}
Fields
offset: u32
size: u32
Trait Implementations
impl ContiguousMemory for DataDir
impl Copy for DataDir
Auto Trait Implementations
impl RefUnwindSafe for DataDir
impl Send for DataDir
impl Sync for DataDir
impl Unpin for DataDir
impl UnwindSafe for DataDir
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more