#[repr(C)]pub struct RenderingFragmentDensityMapAttachmentInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageView: ImageView,
pub imageLayout: ImageLayout,
}Fields§
§sType: StructureType§pNext: *const c_void§imageView: ImageView§imageLayout: ImageLayoutTrait Implementations§
Source§impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
Source§fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
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 RenderingFragmentDensityMapAttachmentInfoEXT
Auto Trait Implementations§
impl Freeze for RenderingFragmentDensityMapAttachmentInfoEXT
impl RefUnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Send for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Sync for RenderingFragmentDensityMapAttachmentInfoEXT
impl Unpin for RenderingFragmentDensityMapAttachmentInfoEXT
impl UnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
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