#[repr(C)]pub struct RenderPassFragmentDensityMapOffsetEndInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub fragment_density_offset_count: u32,
pub fragment_density_offsets: *const Offset2D,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§fragment_density_offset_count: u32§fragment_density_offsets: *const Offset2DTrait Implementations§
Source§impl Clone for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Clone for RenderPassFragmentDensityMapOffsetEndInfoEXT
Source§fn clone(&self) -> RenderPassFragmentDensityMapOffsetEndInfoEXT
fn clone(&self) -> RenderPassFragmentDensityMapOffsetEndInfoEXT
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 moreSource§impl PartialEq for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl PartialEq for RenderPassFragmentDensityMapOffsetEndInfoEXT
Source§fn eq(&self, other: &RenderPassFragmentDensityMapOffsetEndInfoEXT) -> bool
fn eq(&self, other: &RenderPassFragmentDensityMapOffsetEndInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Eq for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Send for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl StructuralPartialEq for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Sync for RenderPassFragmentDensityMapOffsetEndInfoEXT
Auto Trait Implementations§
impl Freeze for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl RefUnwindSafe for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl Unpin for RenderPassFragmentDensityMapOffsetEndInfoEXT
impl UnwindSafe for RenderPassFragmentDensityMapOffsetEndInfoEXT
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