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