pub enum MemAttributes {
Normal,
PerCpu,
Device,
Uncached,
}Variants§
Trait Implementations§
Source§impl Clone for MemAttributes
impl Clone for MemAttributes
Source§fn clone(&self) -> MemAttributes
fn clone(&self) -> MemAttributes
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 MemAttributes
impl Debug for MemAttributes
Source§impl Default for MemAttributes
impl Default for MemAttributes
Source§fn default() -> MemAttributes
fn default() -> MemAttributes
Returns the “default value” for a type. Read more
Source§impl Hash for MemAttributes
impl Hash for MemAttributes
Source§impl PartialEq for MemAttributes
impl PartialEq for MemAttributes
impl Copy for MemAttributes
impl Eq for MemAttributes
impl StructuralPartialEq for MemAttributes
Auto Trait Implementations§
impl Freeze for MemAttributes
impl RefUnwindSafe for MemAttributes
impl Send for MemAttributes
impl Sync for MemAttributes
impl Unpin for MemAttributes
impl UnwindSafe for MemAttributes
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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