pub struct SpatialEntityTrackingStateEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialEntityTrackingStateEXT
impl SpatialEntityTrackingStateEXT
Sourcepub const STOPPED: SpatialEntityTrackingStateEXT
pub const STOPPED: SpatialEntityTrackingStateEXT
The runtime has stopped tracking this entity and will never resume tracking it.
Sourcepub const PAUSED: SpatialEntityTrackingStateEXT
pub const PAUSED: SpatialEntityTrackingStateEXT
The runtime has paused tracking this entity but may: resume tracking it in the future.
Sourcepub const TRACKING: SpatialEntityTrackingStateEXT
pub const TRACKING: SpatialEntityTrackingStateEXT
The runtime is currently tracking this entity and its component data is valid.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialEntityTrackingStateEXT
impl Clone for SpatialEntityTrackingStateEXT
Source§fn clone(&self) -> SpatialEntityTrackingStateEXT
fn clone(&self) -> SpatialEntityTrackingStateEXT
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 PartialEq for SpatialEntityTrackingStateEXT
impl PartialEq for SpatialEntityTrackingStateEXT
Source§fn eq(&self, other: &SpatialEntityTrackingStateEXT) -> bool
fn eq(&self, other: &SpatialEntityTrackingStateEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialEntityTrackingStateEXT
impl Eq for SpatialEntityTrackingStateEXT
impl StructuralPartialEq for SpatialEntityTrackingStateEXT
Auto Trait Implementations§
impl Freeze for SpatialEntityTrackingStateEXT
impl RefUnwindSafe for SpatialEntityTrackingStateEXT
impl Send for SpatialEntityTrackingStateEXT
impl Sync for SpatialEntityTrackingStateEXT
impl Unpin for SpatialEntityTrackingStateEXT
impl UnwindSafe for SpatialEntityTrackingStateEXT
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