Struct vulkanalia_sys::AttachmentReference
source · [−]#[repr(C)]pub struct AttachmentReference {
pub attachment: u32,
pub layout: ImageLayout,
}Expand description
Fields
attachment: u32layout: ImageLayoutTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AttachmentReference
impl Send for AttachmentReference
impl Sync for AttachmentReference
impl Unpin for AttachmentReference
impl UnwindSafe for AttachmentReference
Blanket Implementations
Mutably borrows from an owned value. Read more