#[repr(C)]pub struct AttachmentSampleCountInfoAMD {
pub sType: StructureType,
pub pNext: *const c_void,
pub colorAttachmentCount: u32,
pub pColorAttachmentSamples: *const SampleCountFlagBits,
pub depthStencilAttachmentSamples: SampleCountFlagBits,
}Fields§
§sType: StructureType§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentSamples: *const SampleCountFlagBits§depthStencilAttachmentSamples: SampleCountFlagBitsTrait Implementations§
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 moreimpl Copy for AttachmentSampleCountInfoAMD
Auto Trait Implementations§
impl Freeze for AttachmentSampleCountInfoAMD
impl RefUnwindSafe for AttachmentSampleCountInfoAMD
impl !Send for AttachmentSampleCountInfoAMD
impl !Sync 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