#[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: StructureType§next: *const c_void§color_attachment_count: u32§color_attachment_samples: *const SampleCountFlags§depth_stencil_attachment_samples: SampleCountFlagsTrait Implementations§
Source§impl Cast for AttachmentSampleCountInfoAMD
impl Cast for AttachmentSampleCountInfoAMD
Source§type Target = AttachmentSampleCountInfoAMD
type Target = AttachmentSampleCountInfoAMD
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for AttachmentSampleCountInfoAMD
impl Clone for AttachmentSampleCountInfoAMD
Source§fn clone(&self) -> AttachmentSampleCountInfoAMD
fn clone(&self) -> AttachmentSampleCountInfoAMD
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttachmentSampleCountInfoAMD
impl Debug for AttachmentSampleCountInfoAMD
Source§impl Default for AttachmentSampleCountInfoAMD
impl Default for AttachmentSampleCountInfoAMD
Source§fn default() -> AttachmentSampleCountInfoAMD
fn default() -> AttachmentSampleCountInfoAMD
Returns the “default value” for a type. Read more
Source§impl<'b> HasBuilder<'b> for AttachmentSampleCountInfoAMD
impl<'b> HasBuilder<'b> for AttachmentSampleCountInfoAMD
Source§impl Hash for AttachmentSampleCountInfoAMD
impl Hash for AttachmentSampleCountInfoAMD
Source§impl PartialEq for AttachmentSampleCountInfoAMD
impl PartialEq for AttachmentSampleCountInfoAMD
Source§fn eq(&self, other: &AttachmentSampleCountInfoAMD) -> bool
fn eq(&self, other: &AttachmentSampleCountInfoAMD) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AttachmentSampleCountInfoAMD
impl Eq for AttachmentSampleCountInfoAMD
impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD
impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD
impl Send for AttachmentSampleCountInfoAMD
impl StructuralPartialEq for AttachmentSampleCountInfoAMD
impl Sync for AttachmentSampleCountInfoAMD
Auto Trait Implementations§
impl Freeze for AttachmentSampleCountInfoAMD
impl RefUnwindSafe for AttachmentSampleCountInfoAMD
impl Unpin for AttachmentSampleCountInfoAMD
impl UnwindSafe for AttachmentSampleCountInfoAMD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more