#[repr(C)]pub struct TagEntry {
pub sig: TagSignature,
pub offset: u32,
pub size: u32,
}
Fields§
§sig: TagSignature
§offset: u32
§size: u32
Trait Implementations§
impl Copy for TagEntry
impl StructuralPartialEq for TagEntry
Auto Trait Implementations§
impl Freeze for TagEntry
impl RefUnwindSafe for TagEntry
impl Send for TagEntry
impl Sync for TagEntry
impl Unpin for TagEntry
impl UnwindSafe for TagEntry
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