pub struct AttachmentLoadOp(/* private fields */);Expand description
Implementations§
Source§impl AttachmentLoadOp
impl AttachmentLoadOp
pub const LOAD: AttachmentLoadOp
pub const CLEAR: AttachmentLoadOp
pub const DONT_CARE: AttachmentLoadOp
Source§impl AttachmentLoadOp
Generated from ‘VK_EXT_load_store_op_none’
impl AttachmentLoadOp
Generated from ‘VK_EXT_load_store_op_none’
pub const NONE_EXT: AttachmentLoadOp = Self::NONE_KHR
Source§impl AttachmentLoadOp
Generated from ‘VK_KHR_load_store_op_none’
impl AttachmentLoadOp
Generated from ‘VK_KHR_load_store_op_none’
pub const NONE_KHR: AttachmentLoadOp
Trait Implementations§
Source§impl Clone for AttachmentLoadOp
impl Clone for AttachmentLoadOp
Source§fn clone(&self) -> AttachmentLoadOp
fn clone(&self) -> AttachmentLoadOp
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 AttachmentLoadOp
impl Debug for AttachmentLoadOp
Source§impl Default for AttachmentLoadOp
impl Default for AttachmentLoadOp
Source§fn default() -> AttachmentLoadOp
fn default() -> AttachmentLoadOp
Returns the “default value” for a type. Read more
Source§impl Hash for AttachmentLoadOp
impl Hash for AttachmentLoadOp
Source§impl Ord for AttachmentLoadOp
impl Ord for AttachmentLoadOp
Source§impl PartialEq for AttachmentLoadOp
impl PartialEq for AttachmentLoadOp
Source§impl PartialOrd for AttachmentLoadOp
impl PartialOrd for AttachmentLoadOp
impl Copy for AttachmentLoadOp
impl Eq for AttachmentLoadOp
impl StructuralPartialEq for AttachmentLoadOp
Auto Trait Implementations§
impl Freeze for AttachmentLoadOp
impl RefUnwindSafe for AttachmentLoadOp
impl Send for AttachmentLoadOp
impl Sync for AttachmentLoadOp
impl Unpin for AttachmentLoadOp
impl UnwindSafe for AttachmentLoadOp
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)