#[repr(C)]pub struct SystemAnchorPropertiesHTC {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_anchor: Bool32,
}
Expand description
See XrSystemAnchorPropertiesHTC - defined by XR_HTC_anchor
Fields§
§ty: StructureType
§next: *mut c_void
§supports_anchor: Bool32
Implementations§
Source§impl SystemAnchorPropertiesHTC
impl SystemAnchorPropertiesHTC
pub const TYPE: StructureType = StructureType::SYSTEM_ANCHOR_PROPERTIES_HTC
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for SystemAnchorPropertiesHTC
impl Clone for SystemAnchorPropertiesHTC
Source§fn clone(&self) -> SystemAnchorPropertiesHTC
fn clone(&self) -> SystemAnchorPropertiesHTC
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 SystemAnchorPropertiesHTC
impl Debug for SystemAnchorPropertiesHTC
impl Copy for SystemAnchorPropertiesHTC
Auto Trait Implementations§
impl Freeze for SystemAnchorPropertiesHTC
impl RefUnwindSafe for SystemAnchorPropertiesHTC
impl !Send for SystemAnchorPropertiesHTC
impl !Sync for SystemAnchorPropertiesHTC
impl Unpin for SystemAnchorPropertiesHTC
impl UnwindSafe for SystemAnchorPropertiesHTC
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