#[repr(u32)]pub enum hactool_file_type {
Show 14 variants
FILETYPE_NCA = 0,
FILETYPE_PFS0 = 1,
FILETYPE_ROMFS = 2,
FILETYPE_NCA0_ROMFS = 3,
FILETYPE_HFS0 = 4,
FILETYPE_XCI = 5,
FILETYPE_NPDM = 6,
FILETYPE_PACKAGE1 = 7,
FILETYPE_PACKAGE2 = 8,
FILETYPE_INI1 = 9,
FILETYPE_KIP1 = 10,
FILETYPE_NSO0 = 11,
FILETYPE_NAX0 = 12,
FILETYPE_BOOT0 = 13,
}
Variants§
FILETYPE_NCA = 0
FILETYPE_PFS0 = 1
FILETYPE_ROMFS = 2
FILETYPE_NCA0_ROMFS = 3
FILETYPE_HFS0 = 4
FILETYPE_XCI = 5
FILETYPE_NPDM = 6
FILETYPE_PACKAGE1 = 7
FILETYPE_PACKAGE2 = 8
FILETYPE_INI1 = 9
FILETYPE_KIP1 = 10
FILETYPE_NSO0 = 11
FILETYPE_NAX0 = 12
FILETYPE_BOOT0 = 13
Trait Implementations§
Source§impl Clone for hactool_file_type
impl Clone for hactool_file_type
Source§fn clone(&self) -> hactool_file_type
fn clone(&self) -> hactool_file_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 hactool_file_type
impl Debug for hactool_file_type
Source§impl Hash for hactool_file_type
impl Hash for hactool_file_type
Source§impl PartialEq for hactool_file_type
impl PartialEq for hactool_file_type
impl Copy for hactool_file_type
impl Eq for hactool_file_type
impl StructuralPartialEq for hactool_file_type
Auto Trait Implementations§
impl Freeze for hactool_file_type
impl RefUnwindSafe for hactool_file_type
impl Send for hactool_file_type
impl Sync for hactool_file_type
impl Unpin for hactool_file_type
impl UnwindSafe for hactool_file_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