#[repr(u32)]pub enum hactool_basefile_t {
BASEFILE_ROMFS = 0,
BASEFILE_NCA = 1,
BASEFILE_FAKE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for hactool_basefile_t
impl Clone for hactool_basefile_t
Source§fn clone(&self) -> hactool_basefile_t
fn clone(&self) -> hactool_basefile_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 Debug for hactool_basefile_t
impl Debug for hactool_basefile_t
Source§impl Hash for hactool_basefile_t
impl Hash for hactool_basefile_t
Source§impl PartialEq for hactool_basefile_t
impl PartialEq for hactool_basefile_t
impl Copy for hactool_basefile_t
impl Eq for hactool_basefile_t
impl StructuralPartialEq for hactool_basefile_t
Auto Trait Implementations§
impl Freeze for hactool_basefile_t
impl RefUnwindSafe for hactool_basefile_t
impl Send for hactool_basefile_t
impl Sync for hactool_basefile_t
impl Unpin for hactool_basefile_t
impl UnwindSafe for hactool_basefile_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