#[repr(u32)]pub enum nca_section_type {
PFS0 = 0,
ROMFS = 1,
BKTR = 2,
NCA0_ROMFS = 3,
INVALID = 4,
}Variants§
Trait Implementations§
Source§impl Clone for nca_section_type
impl Clone for nca_section_type
Source§fn clone(&self) -> nca_section_type
fn clone(&self) -> nca_section_type
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 Debug for nca_section_type
impl Debug for nca_section_type
Source§impl Hash for nca_section_type
impl Hash for nca_section_type
Source§impl PartialEq for nca_section_type
impl PartialEq for nca_section_type
impl Copy for nca_section_type
impl Eq for nca_section_type
impl StructuralPartialEq for nca_section_type
Auto Trait Implementations§
impl Freeze for nca_section_type
impl RefUnwindSafe for nca_section_type
impl Send for nca_section_type
impl Sync for nca_section_type
impl Unpin for nca_section_type
impl UnwindSafe for nca_section_type
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