pub struct GNMFHeader {
pub metadata: [u32; 8],
}
Expand description
File header for GNMF archives.
Fields§
§metadata: [u32; 8]
See here for more info.
Trait Implementations§
impl Copy for GNMF
impl Eq for GNMF
impl StructuralPartialEq for GNMF
Auto Trait Implementations§
impl Freeze for GNMF
impl RefUnwindSafe for GNMF
impl Send for GNMF
impl Sync for GNMF
impl Unpin for GNMF
impl UnwindSafe for GNMF
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