pub struct RawIfd {
pub kind: IfdKind,
pub offset: u64,
pub entries: Vec<RawEntry>,
}Fields§
§kind: IfdKind§offset: u64§entries: Vec<RawEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawIfd
impl RefUnwindSafe for RawIfd
impl Send for RawIfd
impl Sync for RawIfd
impl Unpin for RawIfd
impl UnsafeUnpin for RawIfd
impl UnwindSafe for RawIfd
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