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