#[repr(C)]pub struct PipelineViewportWScalingStateCreateInfoNV {
pub sType: StructureType,
pub pNext: *const c_void,
pub viewportWScalingEnable: Bool32,
pub viewportCount: u32,
pub pViewportWScalings: *const ViewportWScalingNV,
}Fields§
§sType: StructureType§pNext: *const c_void§viewportWScalingEnable: Bool32§viewportCount: u32§pViewportWScalings: *const ViewportWScalingNVTrait Implementations§
Source§impl Clone for PipelineViewportWScalingStateCreateInfoNV
impl Clone for PipelineViewportWScalingStateCreateInfoNV
Source§fn clone(&self) -> PipelineViewportWScalingStateCreateInfoNV
fn clone(&self) -> PipelineViewportWScalingStateCreateInfoNV
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 moreimpl Copy for PipelineViewportWScalingStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineViewportWScalingStateCreateInfoNV
impl RefUnwindSafe for PipelineViewportWScalingStateCreateInfoNV
impl !Send for PipelineViewportWScalingStateCreateInfoNV
impl !Sync for PipelineViewportWScalingStateCreateInfoNV
impl Unpin for PipelineViewportWScalingStateCreateInfoNV
impl UnwindSafe for PipelineViewportWScalingStateCreateInfoNV
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