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