Struct openxr_sys::ScenePlaneAlignmentTypeMSFT
source · [−]#[repr(transparent)]pub struct ScenePlaneAlignmentTypeMSFT(_);Expand description
Implementations
sourceimpl ScenePlaneAlignmentTypeMSFT
impl ScenePlaneAlignmentTypeMSFT
pub const NON_ORTHOGONAL: ScenePlaneAlignmentTypeMSFT = _
pub const HORIZONTAL: ScenePlaneAlignmentTypeMSFT = _
pub const VERTICAL: ScenePlaneAlignmentTypeMSFT = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for ScenePlaneAlignmentTypeMSFT
impl Clone for ScenePlaneAlignmentTypeMSFT
sourcefn clone(&self) -> ScenePlaneAlignmentTypeMSFT
fn clone(&self) -> ScenePlaneAlignmentTypeMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ScenePlaneAlignmentTypeMSFT
impl Debug for ScenePlaneAlignmentTypeMSFT
sourceimpl PartialEq<ScenePlaneAlignmentTypeMSFT> for ScenePlaneAlignmentTypeMSFT
impl PartialEq<ScenePlaneAlignmentTypeMSFT> for ScenePlaneAlignmentTypeMSFT
sourcefn eq(&self, other: &ScenePlaneAlignmentTypeMSFT) -> bool
fn eq(&self, other: &ScenePlaneAlignmentTypeMSFT) -> bool
impl Copy for ScenePlaneAlignmentTypeMSFT
impl Eq for ScenePlaneAlignmentTypeMSFT
impl StructuralEq for ScenePlaneAlignmentTypeMSFT
impl StructuralPartialEq for ScenePlaneAlignmentTypeMSFT
Auto Trait Implementations
impl RefUnwindSafe for ScenePlaneAlignmentTypeMSFT
impl Send for ScenePlaneAlignmentTypeMSFT
impl Sync for ScenePlaneAlignmentTypeMSFT
impl Unpin for ScenePlaneAlignmentTypeMSFT
impl UnwindSafe for ScenePlaneAlignmentTypeMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more