#[repr(u32)]pub enum PSPBootFrom {
PSP_BOOT_FLASH = 0,
PSP_BOOT_DISC = 32,
PSP_BOOT_MS = 64,
}Variants§
Trait Implementations§
Source§impl Clone for PSPBootFrom
impl Clone for PSPBootFrom
Source§fn clone(&self) -> PSPBootFrom
fn clone(&self) -> PSPBootFrom
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 PSPBootFrom
impl Debug for PSPBootFrom
Source§impl Hash for PSPBootFrom
impl Hash for PSPBootFrom
Source§impl PartialEq for PSPBootFrom
impl PartialEq for PSPBootFrom
impl Copy for PSPBootFrom
impl Eq for PSPBootFrom
impl StructuralPartialEq for PSPBootFrom
Auto Trait Implementations§
impl Freeze for PSPBootFrom
impl RefUnwindSafe for PSPBootFrom
impl Send for PSPBootFrom
impl Sync for PSPBootFrom
impl Unpin for PSPBootFrom
impl UnsafeUnpin for PSPBootFrom
impl UnwindSafe for PSPBootFrom
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