pub struct ViewConfigurationType(/* private fields */);
Expand description
Implementations§
Source§impl ViewConfigurationType
impl ViewConfigurationType
pub const PRIMARY_MONO: ViewConfigurationType
pub const PRIMARY_STEREO: ViewConfigurationType
pub const PRIMARY_STEREO_WITH_FOVEATED_INSET: ViewConfigurationType
pub const PRIMARY_QUAD_VARJO: ViewConfigurationType = Self::PRIMARY_STEREO_WITH_FOVEATED_INSET
pub const SECONDARY_MONO_FIRST_PERSON_OBSERVER_MSFT: ViewConfigurationType
pub fn from_raw(x: i32) -> ViewConfigurationType
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ViewConfigurationType
impl Clone for ViewConfigurationType
Source§fn clone(&self) -> ViewConfigurationType
fn clone(&self) -> ViewConfigurationType
Returns a copy 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 Debug for ViewConfigurationType
impl Debug for ViewConfigurationType
Source§impl PartialEq for ViewConfigurationType
impl PartialEq for ViewConfigurationType
impl Copy for ViewConfigurationType
impl Eq for ViewConfigurationType
impl StructuralPartialEq for ViewConfigurationType
Auto Trait Implementations§
impl Freeze for ViewConfigurationType
impl RefUnwindSafe for ViewConfigurationType
impl Send for ViewConfigurationType
impl Sync for ViewConfigurationType
impl Unpin for ViewConfigurationType
impl UnwindSafe for ViewConfigurationType
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