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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SceneComputeConsistencyMSFT
impl Debug for SceneComputeConsistencyMSFT
impl Copy for SceneComputeConsistencyMSFT
impl Eq for SceneComputeConsistencyMSFT
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 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