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