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