#[repr(C)]pub struct DisplaySurfaceStereoCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub stereo_type: DisplaySurfaceStereoTypeNV,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§stereo_type: DisplaySurfaceStereoTypeNVTrait 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 moreSource§impl PartialEq for DisplaySurfaceStereoCreateInfoNV
impl PartialEq for DisplaySurfaceStereoCreateInfoNV
Source§fn eq(&self, other: &DisplaySurfaceStereoCreateInfoNV) -> bool
fn eq(&self, other: &DisplaySurfaceStereoCreateInfoNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DisplaySurfaceStereoCreateInfoNV
impl Eq for DisplaySurfaceStereoCreateInfoNV
impl Send for DisplaySurfaceStereoCreateInfoNV
impl StructuralPartialEq for DisplaySurfaceStereoCreateInfoNV
impl Sync for DisplaySurfaceStereoCreateInfoNV
Auto Trait Implementations§
impl Freeze for DisplaySurfaceStereoCreateInfoNV
impl RefUnwindSafe for DisplaySurfaceStereoCreateInfoNV
impl Unpin 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