#[repr(C)]pub struct DisplayModeStereoPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub hdmi3_d_supported: u32,
}Expand description
VkDisplayModeStereoPropertiesNV
Provided by VK_NV_display_stereo.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DISPLAY_MODE_STEREO_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
hdmi3_d_supported: u32Implementations§
Source§impl DisplayModeStereoPropertiesNV
impl DisplayModeStereoPropertiesNV
Sourcepub fn builder<'a>() -> DisplayModeStereoPropertiesNVBuilder<'a>
pub fn builder<'a>() -> DisplayModeStereoPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DisplayModeStereoPropertiesNV
impl Clone for DisplayModeStereoPropertiesNV
Source§fn clone(&self) -> DisplayModeStereoPropertiesNV
fn clone(&self) -> DisplayModeStereoPropertiesNV
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 moreSource§impl Default for DisplayModeStereoPropertiesNV
impl Default for DisplayModeStereoPropertiesNV
Source§fn default() -> DisplayModeStereoPropertiesNV
fn default() -> DisplayModeStereoPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for DisplayModeStereoPropertiesNV
impl ExtendsDisplayModeProperties2KHR for DisplayModeStereoPropertiesNV
Auto Trait Implementations§
impl Freeze for DisplayModeStereoPropertiesNV
impl RefUnwindSafe for DisplayModeStereoPropertiesNV
impl !Send for DisplayModeStereoPropertiesNV
impl !Sync for DisplayModeStereoPropertiesNV
impl Unpin for DisplayModeStereoPropertiesNV
impl UnsafeUnpin for DisplayModeStereoPropertiesNV
impl UnwindSafe for DisplayModeStereoPropertiesNV
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