Struct openxr_sys::SceneComponentTypeMSFT
source · [−]#[repr(transparent)]pub struct SceneComponentTypeMSFT(_);Expand description
Implementations
sourceimpl SceneComponentTypeMSFT
impl SceneComponentTypeMSFT
pub const INVALID: SceneComponentTypeMSFT = _
pub const OBJECT: SceneComponentTypeMSFT = _
pub const PLANE: SceneComponentTypeMSFT = _
pub const VISUAL_MESH: SceneComponentTypeMSFT = _
pub const COLLIDER_MESH: SceneComponentTypeMSFT = _
pub const SERIALIZED_SCENE_FRAGMENT: SceneComponentTypeMSFT = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for SceneComponentTypeMSFT
impl Clone for SceneComponentTypeMSFT
sourcefn clone(&self) -> SceneComponentTypeMSFT
fn clone(&self) -> SceneComponentTypeMSFT
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 SceneComponentTypeMSFT
impl Debug for SceneComponentTypeMSFT
sourceimpl PartialEq<SceneComponentTypeMSFT> for SceneComponentTypeMSFT
impl PartialEq<SceneComponentTypeMSFT> for SceneComponentTypeMSFT
sourcefn eq(&self, other: &SceneComponentTypeMSFT) -> bool
fn eq(&self, other: &SceneComponentTypeMSFT) -> bool
impl Copy for SceneComponentTypeMSFT
impl Eq for SceneComponentTypeMSFT
impl StructuralEq for SceneComponentTypeMSFT
impl StructuralPartialEq for SceneComponentTypeMSFT
Auto Trait Implementations
impl RefUnwindSafe for SceneComponentTypeMSFT
impl Send for SceneComponentTypeMSFT
impl Sync for SceneComponentTypeMSFT
impl Unpin for SceneComponentTypeMSFT
impl UnwindSafe for SceneComponentTypeMSFT
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