#[repr(C)]pub struct SpatialFilterTrackingStateEXT {
pub ty: StructureType,
pub next: *const c_void,
pub tracking_state: SpatialEntityTrackingStateEXT,
}Expand description
See XrSpatialFilterTrackingStateEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§tracking_state: SpatialEntityTrackingStateEXTImplementations§
Source§impl SpatialFilterTrackingStateEXT
impl SpatialFilterTrackingStateEXT
pub const TYPE: StructureType = StructureType::SPATIAL_FILTER_TRACKING_STATE_EXT
Trait Implementations§
Source§impl Clone for SpatialFilterTrackingStateEXT
impl Clone for SpatialFilterTrackingStateEXT
Source§fn clone(&self) -> SpatialFilterTrackingStateEXT
fn clone(&self) -> SpatialFilterTrackingStateEXT
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 moreimpl Copy for SpatialFilterTrackingStateEXT
Auto Trait Implementations§
impl Freeze for SpatialFilterTrackingStateEXT
impl RefUnwindSafe for SpatialFilterTrackingStateEXT
impl !Send for SpatialFilterTrackingStateEXT
impl !Sync for SpatialFilterTrackingStateEXT
impl Unpin for SpatialFilterTrackingStateEXT
impl UnwindSafe for SpatialFilterTrackingStateEXT
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