#[repr(u64)]pub enum MTLPurgeableState {
KeepCurrent = 1,
NonVolatile = 2,
Volatile = 3,
Empty = 4,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for MTLPurgeableState
impl Clone for MTLPurgeableState
Source§fn clone(&self) -> MTLPurgeableState
fn clone(&self) -> MTLPurgeableState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MTLPurgeableState
impl Debug for MTLPurgeableState
Source§impl Hash for MTLPurgeableState
impl Hash for MTLPurgeableState
Source§impl PartialEq for MTLPurgeableState
impl PartialEq for MTLPurgeableState
impl Copy for MTLPurgeableState
impl Eq for MTLPurgeableState
impl StructuralPartialEq for MTLPurgeableState
Auto Trait Implementations§
impl Freeze for MTLPurgeableState
impl RefUnwindSafe for MTLPurgeableState
impl Send for MTLPurgeableState
impl Sync for MTLPurgeableState
impl Unpin for MTLPurgeableState
impl UnwindSafe for MTLPurgeableState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)