#[repr(C)]pub struct ClearAttachment {
pub aspectMask: ImageAspectFlags,
pub colorAttachment: u32,
pub clearValue: ClearValue,
}
Fields§
§aspectMask: ImageAspectFlags
§colorAttachment: u32
§clearValue: ClearValue
Trait Implementations§
Source§impl Clone for ClearAttachment
impl Clone for ClearAttachment
Source§fn clone(&self) -> ClearAttachment
fn clone(&self) -> ClearAttachment
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ClearAttachment
Auto Trait Implementations§
impl Freeze for ClearAttachment
impl RefUnwindSafe for ClearAttachment
impl Send for ClearAttachment
impl Sync for ClearAttachment
impl Unpin for ClearAttachment
impl UnwindSafe for ClearAttachment
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