#[repr(C)]pub struct RenderPassMultiviewCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub subpass_count: u32,
pub p_view_masks: *const u32,
pub dependency_count: u32,
pub p_view_offsets: *const i32,
pub correlation_mask_count: u32,
pub p_correlation_masks: *const u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsubpass_count: u32p_view_masks: *const u32dependency_count: u32p_view_offsets: *const i32correlation_mask_count: u32p_correlation_masks: *const u32Implementations
sourceimpl RenderPassMultiviewCreateInfo
impl RenderPassMultiviewCreateInfo
pub fn builder<'a>() -> RenderPassMultiviewCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for RenderPassMultiviewCreateInfo
impl Clone for RenderPassMultiviewCreateInfo
sourcefn clone(&self) -> RenderPassMultiviewCreateInfo
fn clone(&self) -> RenderPassMultiviewCreateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RenderPassMultiviewCreateInfo
impl Debug for RenderPassMultiviewCreateInfo
sourceimpl Default for RenderPassMultiviewCreateInfo
impl Default for RenderPassMultiviewCreateInfo
sourcefn default() -> RenderPassMultiviewCreateInfo
fn default() -> RenderPassMultiviewCreateInfo
Returns the “default value” for a type. Read more
impl Copy for RenderPassMultiviewCreateInfo
impl ExtendsRenderPassCreateInfo for RenderPassMultiviewCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for RenderPassMultiviewCreateInfo
impl !Send for RenderPassMultiviewCreateInfo
impl !Sync for RenderPassMultiviewCreateInfo
impl Unpin for RenderPassMultiviewCreateInfo
impl UnwindSafe for RenderPassMultiviewCreateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more