#[repr(C)]pub struct DisplaySurfaceStereoCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub stereo_type: DisplaySurfaceStereoTypeNV,
}Expand description
VkDisplaySurfaceStereoCreateInfoNV
Provided by VK_NV_display_stereo.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
stereo_type: DisplaySurfaceStereoTypeNVImplementations§
Source§impl DisplaySurfaceStereoCreateInfoNV
impl DisplaySurfaceStereoCreateInfoNV
Sourcepub fn builder<'a>() -> DisplaySurfaceStereoCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> DisplaySurfaceStereoCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DisplaySurfaceStereoCreateInfoNV
impl Clone for DisplaySurfaceStereoCreateInfoNV
Source§fn clone(&self) -> DisplaySurfaceStereoCreateInfoNV
fn clone(&self) -> DisplaySurfaceStereoCreateInfoNV
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 DisplaySurfaceStereoCreateInfoNV
impl ExtendsDisplaySurfaceCreateInfoKHR for DisplaySurfaceStereoCreateInfoNV
Auto Trait Implementations§
impl Freeze for DisplaySurfaceStereoCreateInfoNV
impl RefUnwindSafe for DisplaySurfaceStereoCreateInfoNV
impl !Send for DisplaySurfaceStereoCreateInfoNV
impl !Sync for DisplaySurfaceStereoCreateInfoNV
impl Unpin for DisplaySurfaceStereoCreateInfoNV
impl UnsafeUnpin for DisplaySurfaceStereoCreateInfoNV
impl UnwindSafe for DisplaySurfaceStereoCreateInfoNV
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