#[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 moresource§impl TaggedStructure for CommandBufferInheritanceViewportScissorInfoNV
impl TaggedStructure for CommandBufferInheritanceViewportScissorInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV
impl Copy for CommandBufferInheritanceViewportScissorInfoNV
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceViewportScissorInfoNV
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceViewportScissorInfoNV
impl RefUnwindSafe for CommandBufferInheritanceViewportScissorInfoNV
impl !Send for CommandBufferInheritanceViewportScissorInfoNV
impl !Sync for CommandBufferInheritanceViewportScissorInfoNV
impl Unpin for CommandBufferInheritanceViewportScissorInfoNV
impl UnwindSafe for CommandBufferInheritanceViewportScissorInfoNV
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