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