#[repr(transparent)]pub struct AcceptMemoryType(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl AcceptMemoryType
 
impl AcceptMemoryType
pub const ANY: AcceptMemoryType
pub const RAM: AcceptMemoryType
Trait Implementations§
Source§impl Clone for AcceptMemoryType
 
impl Clone for AcceptMemoryType
Source§fn clone(&self) -> AcceptMemoryType
 
fn clone(&self) -> AcceptMemoryType
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 AcceptMemoryType
 
impl Debug for AcceptMemoryType
Source§impl Hash for AcceptMemoryType
 
impl Hash for AcceptMemoryType
Source§impl Ord for AcceptMemoryType
 
impl Ord for AcceptMemoryType
Source§fn cmp(&self, other: &AcceptMemoryType) -> Ordering
 
fn cmp(&self, other: &AcceptMemoryType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AcceptMemoryType
 
impl PartialEq for AcceptMemoryType
Source§impl PartialOrd for AcceptMemoryType
 
impl PartialOrd for AcceptMemoryType
impl Copy for AcceptMemoryType
impl Eq for AcceptMemoryType
impl StructuralPartialEq for AcceptMemoryType
Auto Trait Implementations§
impl Freeze for AcceptMemoryType
impl RefUnwindSafe for AcceptMemoryType
impl Send for AcceptMemoryType
impl Sync for AcceptMemoryType
impl Unpin for AcceptMemoryType
impl UnwindSafe for AcceptMemoryType
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