Enum ctru::services::ps::AESKeyType
source · #[repr(u8)]pub enum AESKeyType {
Keyslot0D = 0,
Keyslot2D = 1,
Keyslot2E = 6,
Keyslot31 = 2,
Keyslot32 = 4,
Keyslot36 = 8,
Keyslot38 = 3,
Keyslot39Dlp = 5,
Keyslot39Nfc = 9,
KeyslotInvalid = 7,
}
Expand description
PS Key slot to use.
Variants§
Keyslot0D = 0
Keyslot 0x0D.
Keyslot2D = 1
Keyslot 0x2D.
Keyslot2E = 6
Keyslot 0x2E.
Keyslot31 = 2
Keyslot 0x31.
Keyslot32 = 4
Keyslot 0x32.
Keyslot36 = 8
Keyslot 0x36.
Keyslot38 = 3
Keyslot 0x38.
Keyslot39Dlp = 5
Keyslot 0x39 (DLP).
Keyslot39Nfc = 9
Keyslot 0x39 (NFC).
KeyslotInvalid = 7
Invalid keyslot.
Trait Implementations§
source§impl Clone for AESKeyType
impl Clone for AESKeyType
source§fn clone(&self) -> AESKeyType
fn clone(&self) -> AESKeyType
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AESKeyType
impl Debug for AESKeyType
source§impl From<AESKeyType> for PS_AESKeyType
impl From<AESKeyType> for PS_AESKeyType
source§fn from(v: AESKeyType) -> Self
fn from(v: AESKeyType) -> Self
Converts to this type from the input type.
source§impl PartialEq for AESKeyType
impl PartialEq for AESKeyType
impl Copy for AESKeyType
impl Eq for AESKeyType
impl StructuralPartialEq for AESKeyType
Auto Trait Implementations§
impl RefUnwindSafe for AESKeyType
impl Send for AESKeyType
impl Sync for AESKeyType
impl Unpin for AESKeyType
impl UnwindSafe for AESKeyType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more