pub enum DepthAttachmentLoad {
Clear,
Load,
None,
}Variants§
Trait Implementations§
Source§impl Clone for DepthAttachmentLoad
impl Clone for DepthAttachmentLoad
Source§fn clone(&self) -> DepthAttachmentLoad
fn clone(&self) -> DepthAttachmentLoad
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DepthAttachmentLoad
Source§impl Debug for DepthAttachmentLoad
impl Debug for DepthAttachmentLoad
impl Eq for DepthAttachmentLoad
Source§impl Hash for DepthAttachmentLoad
impl Hash for DepthAttachmentLoad
Source§impl PartialEq for DepthAttachmentLoad
impl PartialEq for DepthAttachmentLoad
Source§fn eq(&self, other: &DepthAttachmentLoad) -> bool
fn eq(&self, other: &DepthAttachmentLoad) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DepthAttachmentLoad
Auto Trait Implementations§
impl Freeze for DepthAttachmentLoad
impl RefUnwindSafe for DepthAttachmentLoad
impl Send for DepthAttachmentLoad
impl Sync for DepthAttachmentLoad
impl Unpin for DepthAttachmentLoad
impl UnsafeUnpin for DepthAttachmentLoad
impl UnwindSafe for DepthAttachmentLoad
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