#[repr(C)]pub struct AttachmentSampleCountInfoAMD {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_attachment_count: u32,
pub p_color_attachment_samples: *const SampleCountFlags,
pub depth_stencil_attachment_samples: SampleCountFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidcolor_attachment_count: u32p_color_attachment_samples: *const SampleCountFlagsdepth_stencil_attachment_samples: SampleCountFlagsImplementations
sourceimpl AttachmentSampleCountInfoAMD
impl AttachmentSampleCountInfoAMD
pub fn builder<'a>() -> AttachmentSampleCountInfoAMDBuilder<'a>
Trait Implementations
sourceimpl Clone for AttachmentSampleCountInfoAMD
impl Clone for AttachmentSampleCountInfoAMD
sourcefn clone(&self) -> AttachmentSampleCountInfoAMD
fn clone(&self) -> AttachmentSampleCountInfoAMD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AttachmentSampleCountInfoAMD
impl Debug for AttachmentSampleCountInfoAMD
sourceimpl Default for AttachmentSampleCountInfoAMD
impl Default for AttachmentSampleCountInfoAMD
sourcefn default() -> AttachmentSampleCountInfoAMD
fn default() -> AttachmentSampleCountInfoAMD
Returns the “default value” for a type. Read more
impl Copy for AttachmentSampleCountInfoAMD
impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD
impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD
Auto Trait Implementations
impl RefUnwindSafe for AttachmentSampleCountInfoAMD
impl !Send for AttachmentSampleCountInfoAMD
impl !Sync for AttachmentSampleCountInfoAMD
impl Unpin for AttachmentSampleCountInfoAMD
impl UnwindSafe for AttachmentSampleCountInfoAMD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more