#[repr(C)]pub struct CommandBufferInheritanceViewportScissorInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub viewport_scissor2_d: u32,
pub viewport_depth_count: u32,
pub p_viewport_depths: *const Viewport,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidviewport_scissor2_d: u32viewport_depth_count: u32p_viewport_depths: *const ViewportImplementations
Trait Implementations
sourceimpl Clone for CommandBufferInheritanceViewportScissorInfoNV
impl Clone for CommandBufferInheritanceViewportScissorInfoNV
sourcefn clone(&self) -> CommandBufferInheritanceViewportScissorInfoNV
fn clone(&self) -> CommandBufferInheritanceViewportScissorInfoNV
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 Default for CommandBufferInheritanceViewportScissorInfoNV
impl Default for CommandBufferInheritanceViewportScissorInfoNV
sourcefn default() -> CommandBufferInheritanceViewportScissorInfoNV
fn default() -> CommandBufferInheritanceViewportScissorInfoNV
Returns the “default value” for a type. Read more
impl Copy for CommandBufferInheritanceViewportScissorInfoNV
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceViewportScissorInfoNV
Auto Trait Implementations
impl RefUnwindSafe for CommandBufferInheritanceViewportScissorInfoNV
impl !Send for CommandBufferInheritanceViewportScissorInfoNV
impl !Sync for CommandBufferInheritanceViewportScissorInfoNV
impl Unpin for CommandBufferInheritanceViewportScissorInfoNV
impl UnwindSafe for CommandBufferInheritanceViewportScissorInfoNV
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