#[repr(C)]pub struct CommandBufferInheritanceViewportScissorInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub viewport_scissor2_d: Bool32,
pub viewport_depth_count: u32,
pub p_viewport_depths: *const Viewport,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§viewport_scissor2_d: Bool32
§viewport_depth_count: u32
§p_viewport_depths: *const Viewport
Implementations§
Trait Implementations§
source§impl Clone for CommandBufferInheritanceViewportScissorInfoNV
impl Clone for CommandBufferInheritanceViewportScissorInfoNV
source§fn clone(&self) -> CommandBufferInheritanceViewportScissorInfoNV
fn clone(&self) -> CommandBufferInheritanceViewportScissorInfoNV
Returns a copy 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 more