#[repr(C)]pub enum ReferenceSpaceType {
View = 0,
Local = 1,
LocalFloor = 2,
Stage = 3,
Unbounded = 4,
}Variants§
Trait Implementations§
Source§impl Clone for ReferenceSpaceType
impl Clone for ReferenceSpaceType
Source§fn clone(&self) -> ReferenceSpaceType
fn clone(&self) -> ReferenceSpaceType
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 ReferenceSpaceType
Source§impl Debug for ReferenceSpaceType
impl Debug for ReferenceSpaceType
impl Eq for ReferenceSpaceType
Source§impl PartialEq for ReferenceSpaceType
impl PartialEq for ReferenceSpaceType
Source§fn eq(&self, other: &ReferenceSpaceType) -> bool
fn eq(&self, other: &ReferenceSpaceType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReferenceSpaceType
Auto Trait Implementations§
impl Freeze for ReferenceSpaceType
impl RefUnwindSafe for ReferenceSpaceType
impl Send for ReferenceSpaceType
impl Sync for ReferenceSpaceType
impl Unpin for ReferenceSpaceType
impl UnsafeUnpin for ReferenceSpaceType
impl UnwindSafe for ReferenceSpaceType
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