#[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 duplicate 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 Freeze for AESKeyType
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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)