pub enum XRDepthUsage {
CPU_OPTIMIZED,
GPU_OPTIMIZED,
}Variants§
Trait Implementations§
Source§impl Clone for XRDepthUsage
impl Clone for XRDepthUsage
Source§fn clone(&self) -> XRDepthUsage
fn clone(&self) -> XRDepthUsage
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 XRDepthUsage
impl Debug for XRDepthUsage
Source§impl From<&XRDepthUsage> for Any
impl From<&XRDepthUsage> for Any
Source§fn from(s: &XRDepthUsage) -> Any
fn from(s: &XRDepthUsage) -> Any
Converts to this type from the input type.
Source§impl From<XRDepthUsage> for Any
impl From<XRDepthUsage> for Any
Source§fn from(s: XRDepthUsage) -> Any
fn from(s: XRDepthUsage) -> Any
Converts to this type from the input type.
Source§impl FromVal for XRDepthUsage
impl FromVal for XRDepthUsage
Source§impl PartialEq for XRDepthUsage
impl PartialEq for XRDepthUsage
Source§impl PartialOrd for XRDepthUsage
impl PartialOrd for XRDepthUsage
impl Copy for XRDepthUsage
impl StructuralPartialEq for XRDepthUsage
Auto Trait Implementations§
impl Freeze for XRDepthUsage
impl RefUnwindSafe for XRDepthUsage
impl Send for XRDepthUsage
impl Sync for XRDepthUsage
impl Unpin for XRDepthUsage
impl UnwindSafe for XRDepthUsage
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