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