#[repr(C)]pub struct SpatialMarkerSizeEXT {
pub ty: StructureType,
pub next: *const c_void,
pub marker_side_length: f32,
}Expand description
See XrSpatialMarkerSizeEXT - defined by XR_EXT_spatial_marker_tracking
Fields§
§ty: StructureType§next: *const c_void§marker_side_length: f32Implementations§
Source§impl SpatialMarkerSizeEXT
impl SpatialMarkerSizeEXT
pub const TYPE: StructureType = StructureType::SPATIAL_MARKER_SIZE_EXT
Trait Implementations§
Source§impl Clone for SpatialMarkerSizeEXT
impl Clone for SpatialMarkerSizeEXT
Source§fn clone(&self) -> SpatialMarkerSizeEXT
fn clone(&self) -> SpatialMarkerSizeEXT
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 SpatialMarkerSizeEXT
impl Debug for SpatialMarkerSizeEXT
impl Copy for SpatialMarkerSizeEXT
Auto Trait Implementations§
impl Freeze for SpatialMarkerSizeEXT
impl RefUnwindSafe for SpatialMarkerSizeEXT
impl !Send for SpatialMarkerSizeEXT
impl !Sync for SpatialMarkerSizeEXT
impl Unpin for SpatialMarkerSizeEXT
impl UnwindSafe for SpatialMarkerSizeEXT
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