[−][src]Enum rendy_core::hal::pass::AttachmentStoreOp
pub enum AttachmentStoreOp { Store, DontCare, }
Variants
Content written to the attachment will be preserved.
Attachment content will be undefined.
Trait Implementations
impl Clone for AttachmentStoreOp
[src][+]
impl Copy for AttachmentStoreOp
[src]
impl Debug for AttachmentStoreOp
[src][+]
impl Eq for AttachmentStoreOp
[src]
impl Hash for AttachmentStoreOp
[src][+]
impl PartialEq<AttachmentStoreOp> for AttachmentStoreOp
[src][+]
impl StructuralEq for AttachmentStoreOp
[src]
impl StructuralPartialEq for AttachmentStoreOp
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttachmentStoreOp
impl Send for AttachmentStoreOp
impl Sync for AttachmentStoreOp
impl Unpin for AttachmentStoreOp
impl UnwindSafe for AttachmentStoreOp
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,