Struct ba2::fo4::GNMFHeader
source · 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§
source§impl PartialEq for GNMF
impl PartialEq for GNMF
impl Copy for GNMF
impl Eq for GNMF
impl StructuralPartialEq for GNMF
Auto Trait Implementations§
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