#[repr(u32)]pub enum PspDisplayErrorCodes {
SCE_DISPLAY_ERROR_OK = 0,
SCE_DISPLAY_ERROR_POINTER = 2_147_483_907,
SCE_DISPLAY_ERROR_ARGUMENT = 2_147_483_911,
}Variants§
SCE_DISPLAY_ERROR_OK = 0
SCE_DISPLAY_ERROR_POINTER = 2_147_483_907
SCE_DISPLAY_ERROR_ARGUMENT = 2_147_483_911
Trait Implementations§
Source§impl Clone for PspDisplayErrorCodes
impl Clone for PspDisplayErrorCodes
Source§fn clone(&self) -> PspDisplayErrorCodes
fn clone(&self) -> PspDisplayErrorCodes
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 PspDisplayErrorCodes
impl Debug for PspDisplayErrorCodes
Source§impl Hash for PspDisplayErrorCodes
impl Hash for PspDisplayErrorCodes
Source§impl PartialEq for PspDisplayErrorCodes
impl PartialEq for PspDisplayErrorCodes
impl Copy for PspDisplayErrorCodes
impl Eq for PspDisplayErrorCodes
impl StructuralPartialEq for PspDisplayErrorCodes
Auto Trait Implementations§
impl Freeze for PspDisplayErrorCodes
impl RefUnwindSafe for PspDisplayErrorCodes
impl Send for PspDisplayErrorCodes
impl Sync for PspDisplayErrorCodes
impl Unpin for PspDisplayErrorCodes
impl UnsafeUnpin for PspDisplayErrorCodes
impl UnwindSafe for PspDisplayErrorCodes
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