#[repr(C)]pub struct nca_fs_header_t {
pub _0x0: u8,
pub _0x1: u8,
pub partition_type: u8,
pub fs_type: u8,
pub crypt_type: u8,
pub _0x5: [u8; 3],
pub __bindgen_anon_1: nca_fs_header_t__bindgen_ty_1,
pub __bindgen_anon_2: nca_fs_header_t__bindgen_ty_2,
pub _0x148: [u8; 184],
}Fields§
§_0x0: u8§_0x1: u8§partition_type: u8§fs_type: u8§crypt_type: u8§_0x5: [u8; 3]§__bindgen_anon_1: nca_fs_header_t__bindgen_ty_1§__bindgen_anon_2: nca_fs_header_t__bindgen_ty_2§_0x148: [u8; 184]Trait Implementations§
Source§impl Clone for nca_fs_header_t
impl Clone for nca_fs_header_t
Source§fn clone(&self) -> nca_fs_header_t
fn clone(&self) -> nca_fs_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 nca_fs_header_t
impl Default for nca_fs_header_t
impl Copy for nca_fs_header_t
Auto Trait Implementations§
impl Freeze for nca_fs_header_t
impl RefUnwindSafe for nca_fs_header_t
impl Send for nca_fs_header_t
impl Sync for nca_fs_header_t
impl Unpin for nca_fs_header_t
impl UnwindSafe for nca_fs_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