#[repr(C)]pub struct AttachmentSampleCountInfoAMD {
pub s_type: StructureType,
pub next: *const c_void,
pub color_attachment_count: u32,
pub color_attachment_samples: *const SampleCountFlags,
pub depth_stencil_attachment_samples: SampleCountFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcolor_attachment_count: u32color_attachment_samples: *const SampleCountFlagsdepth_stencil_attachment_samples: SampleCountFlagsTrait Implementations
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 !Send for AttachmentSampleCountInfoAMD
impl !Sync for AttachmentSampleCountInfoAMD
impl Unpin for AttachmentSampleCountInfoAMD
impl UnwindSafe for AttachmentSampleCountInfoAMD
Blanket Implementations
Mutably borrows from an owned value. Read more