Enum wgpu_core::init_tracker::MemoryInitKind
source · pub(crate) enum MemoryInitKind {
ImplicitlyInitialized,
NeedsInitializedMemory,
}
Variants§
Trait Implementations§
source§impl Clone for MemoryInitKind
impl Clone for MemoryInitKind
source§fn clone(&self) -> MemoryInitKind
fn clone(&self) -> MemoryInitKind
Returns a copy 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 MemoryInitKind
impl Debug for MemoryInitKind
impl Copy for MemoryInitKind
Auto Trait Implementations§
impl Freeze for MemoryInitKind
impl RefUnwindSafe for MemoryInitKind
impl Send for MemoryInitKind
impl Sync for MemoryInitKind
impl Unpin for MemoryInitKind
impl UnwindSafe for MemoryInitKind
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