#[repr(u32)]pub enum PSPKeyConfig {
PSP_INIT_KEYCONFIG_VSH = 256,
PSP_INIT_KEYCONFIG_GAME = 512,
PSP_INIT_KEYCONFIG_POPS = 768,
}Variants§
Trait Implementations§
Source§impl Clone for PSPKeyConfig
impl Clone for PSPKeyConfig
Source§fn clone(&self) -> PSPKeyConfig
fn clone(&self) -> PSPKeyConfig
Returns a duplicate 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 PSPKeyConfig
impl Debug for PSPKeyConfig
Source§impl Hash for PSPKeyConfig
impl Hash for PSPKeyConfig
Source§impl PartialEq for PSPKeyConfig
impl PartialEq for PSPKeyConfig
impl Copy for PSPKeyConfig
impl Eq for PSPKeyConfig
impl StructuralPartialEq for PSPKeyConfig
Auto Trait Implementations§
impl Freeze for PSPKeyConfig
impl RefUnwindSafe for PSPKeyConfig
impl Send for PSPKeyConfig
impl Sync for PSPKeyConfig
impl Unpin for PSPKeyConfig
impl UnsafeUnpin for PSPKeyConfig
impl UnwindSafe for PSPKeyConfig
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