pub struct SceneComputeConsistencyMSFT(/* private fields */);Expand description
Implementations§
Source§impl 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§
Source§impl Clone for SceneComputeConsistencyMSFT
impl Clone for SceneComputeConsistencyMSFT
Source§fn clone(&self) -> SceneComputeConsistencyMSFT
fn clone(&self) -> SceneComputeConsistencyMSFT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SceneComputeConsistencyMSFT
Source§impl Debug for SceneComputeConsistencyMSFT
impl Debug for SceneComputeConsistencyMSFT
impl Eq for SceneComputeConsistencyMSFT
Source§impl PartialEq for SceneComputeConsistencyMSFT
impl PartialEq for SceneComputeConsistencyMSFT
Source§fn eq(&self, other: &SceneComputeConsistencyMSFT) -> bool
fn eq(&self, other: &SceneComputeConsistencyMSFT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SceneComputeConsistencyMSFT
Auto Trait Implementations§
impl Freeze for SceneComputeConsistencyMSFT
impl RefUnwindSafe for SceneComputeConsistencyMSFT
impl Send for SceneComputeConsistencyMSFT
impl Sync for SceneComputeConsistencyMSFT
impl Unpin for SceneComputeConsistencyMSFT
impl UnsafeUnpin for SceneComputeConsistencyMSFT
impl UnwindSafe for SceneComputeConsistencyMSFT
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