[−][src]Enum rendy_core::hal::pass::AttachmentLoadOp
pub enum AttachmentLoadOp { Load, Clear, DontCare, }
Specifies the operation which will be applied at the beginning of a subpass.
Variants
Preserve existing content in the attachment.
Clear the attachment.
Attachment content will be undefined.
Trait Implementations
impl Clone for AttachmentLoadOp
[src][+]
impl Copy for AttachmentLoadOp
[src]
impl Debug for AttachmentLoadOp
[src][+]
impl Eq for AttachmentLoadOp
[src]
impl Hash for AttachmentLoadOp
[src][+]
impl PartialEq<AttachmentLoadOp> for AttachmentLoadOp
[src][+]
impl StructuralEq for AttachmentLoadOp
[src]
impl StructuralPartialEq for AttachmentLoadOp
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttachmentLoadOp
impl Send for AttachmentLoadOp
impl Sync for AttachmentLoadOp
impl Unpin for AttachmentLoadOp
impl UnwindSafe for AttachmentLoadOp
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>,