#[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 copy 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 ReferenceSpaceType
impl Debug for ReferenceSpaceType
Source§impl PartialEq for ReferenceSpaceType
impl PartialEq for ReferenceSpaceType
impl Copy for ReferenceSpaceType
impl Eq for ReferenceSpaceType
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 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