pub struct ReferenceSpaceType(/* private fields */);
Expand description
Implementations§
Source§impl ReferenceSpaceType
impl ReferenceSpaceType
pub const VIEW: ReferenceSpaceType
pub const LOCAL: ReferenceSpaceType
pub const STAGE: ReferenceSpaceType
pub const LOCAL_FLOOR: ReferenceSpaceType
pub const UNBOUNDED_MSFT: ReferenceSpaceType
pub const COMBINED_EYE_VARJO: ReferenceSpaceType
pub const LOCALIZATION_MAP_ML: ReferenceSpaceType
pub const LOCAL_FLOOR_EXT: ReferenceSpaceType = Self::LOCAL_FLOOR
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
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 · 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