#[repr(u32)]pub enum nca_version {
NCAVERSION_UNKNOWN = 0,
NCAVERSION_NCA0_BETA = 1,
NCAVERSION_NCA0 = 2,
NCAVERSION_NCA2 = 3,
NCAVERSION_NCA3 = 4,
}Variants§
NCAVERSION_UNKNOWN = 0
NCAVERSION_NCA0_BETA = 1
NCAVERSION_NCA0 = 2
NCAVERSION_NCA2 = 3
NCAVERSION_NCA3 = 4
Trait Implementations§
Source§impl Clone for nca_version
impl Clone for nca_version
Source§fn clone(&self) -> nca_version
fn clone(&self) -> nca_version
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_version
impl Debug for nca_version
Source§impl Hash for nca_version
impl Hash for nca_version
Source§impl PartialEq for nca_version
impl PartialEq for nca_version
impl Copy for nca_version
impl Eq for nca_version
impl StructuralPartialEq for nca_version
Auto Trait Implementations§
impl Freeze for nca_version
impl RefUnwindSafe for nca_version
impl Send for nca_version
impl Sync for nca_version
impl Unpin for nca_version
impl UnwindSafe for nca_version
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