Struct SpatialInteractionSourceHandedness
#[repr(transparent)]pub struct SpatialInteractionSourceHandedness(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SpatialInteractionSourceHandedness
impl Clone for SpatialInteractionSourceHandedness
§fn clone(&self) -> SpatialInteractionSourceHandedness
fn clone(&self) -> SpatialInteractionSourceHandedness
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 more§impl Debug for SpatialInteractionSourceHandedness
impl Debug for SpatialInteractionSourceHandedness
§impl Default for SpatialInteractionSourceHandedness
impl Default for SpatialInteractionSourceHandedness
§fn default() -> SpatialInteractionSourceHandedness
fn default() -> SpatialInteractionSourceHandedness
Returns the “default value” for a type. Read more
§impl PartialEq for SpatialInteractionSourceHandedness
impl PartialEq for SpatialInteractionSourceHandedness
§fn eq(&self, other: &SpatialInteractionSourceHandedness) -> bool
fn eq(&self, other: &SpatialInteractionSourceHandedness) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SpatialInteractionSourceHandedness
impl Eq for SpatialInteractionSourceHandedness
impl StructuralPartialEq for SpatialInteractionSourceHandedness
Auto Trait Implementations§
impl Freeze for SpatialInteractionSourceHandedness
impl RefUnwindSafe for SpatialInteractionSourceHandedness
impl Send for SpatialInteractionSourceHandedness
impl Sync for SpatialInteractionSourceHandedness
impl Unpin for SpatialInteractionSourceHandedness
impl UnwindSafe for SpatialInteractionSourceHandedness
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