#[repr(C)]pub struct nax0_header_t {
pub hmac_header: [u8; 32],
pub magic: u32,
pub _0x24: u32,
pub keys: [[u8; 16]; 2],
pub size: u64,
pub _0x50: [u8; 48],
}Fields§
§hmac_header: [u8; 32]§magic: u32§_0x24: u32§keys: [[u8; 16]; 2]§size: u64§_0x50: [u8; 48]Trait Implementations§
Source§impl Clone for nax0_header_t
impl Clone for nax0_header_t
Source§fn clone(&self) -> nax0_header_t
fn clone(&self) -> nax0_header_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for nax0_header_t
impl Default for nax0_header_t
impl Copy for nax0_header_t
Auto Trait Implementations§
impl Freeze for nax0_header_t
impl RefUnwindSafe for nax0_header_t
impl Send for nax0_header_t
impl Sync for nax0_header_t
impl Unpin for nax0_header_t
impl UnwindSafe for nax0_header_t
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