#[repr(u32)]pub enum PspSysMemBlockTypes {
PSP_SMEM_Low = 0,
PSP_SMEM_High = 1,
PSP_SMEM_Addr = 2,
}Expand description
Specifies the type of allocation used for memory blocks.
Variants§
Trait Implementations§
Source§impl Clone for PspSysMemBlockTypes
impl Clone for PspSysMemBlockTypes
Source§fn clone(&self) -> PspSysMemBlockTypes
fn clone(&self) -> PspSysMemBlockTypes
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 PspSysMemBlockTypes
impl Debug for PspSysMemBlockTypes
Source§impl Hash for PspSysMemBlockTypes
impl Hash for PspSysMemBlockTypes
Source§impl PartialEq for PspSysMemBlockTypes
impl PartialEq for PspSysMemBlockTypes
impl Copy for PspSysMemBlockTypes
impl Eq for PspSysMemBlockTypes
impl StructuralPartialEq for PspSysMemBlockTypes
Auto Trait Implementations§
impl Freeze for PspSysMemBlockTypes
impl RefUnwindSafe for PspSysMemBlockTypes
impl Send for PspSysMemBlockTypes
impl Sync for PspSysMemBlockTypes
impl Unpin for PspSysMemBlockTypes
impl UnsafeUnpin for PspSysMemBlockTypes
impl UnwindSafe for PspSysMemBlockTypes
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