Struct openxr_sys::SystemTrackingProperties
source · [−]#[repr(C)]pub struct SystemTrackingProperties {
pub orientation_tracking: Bool32,
pub position_tracking: Bool32,
}Expand description
Fields
orientation_tracking: Bool32position_tracking: Bool32Trait Implementations
sourceimpl Clone for SystemTrackingProperties
impl Clone for SystemTrackingProperties
sourcefn clone(&self) -> SystemTrackingProperties
fn clone(&self) -> SystemTrackingProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SystemTrackingProperties
impl Debug for SystemTrackingProperties
sourceimpl Default for SystemTrackingProperties
impl Default for SystemTrackingProperties
sourcefn default() -> SystemTrackingProperties
fn default() -> SystemTrackingProperties
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SystemTrackingProperties> for SystemTrackingProperties
impl PartialEq<SystemTrackingProperties> for SystemTrackingProperties
sourcefn eq(&self, other: &SystemTrackingProperties) -> bool
fn eq(&self, other: &SystemTrackingProperties) -> bool
impl Copy for SystemTrackingProperties
impl StructuralPartialEq for SystemTrackingProperties
Auto Trait Implementations
impl RefUnwindSafe for SystemTrackingProperties
impl Send for SystemTrackingProperties
impl Sync for SystemTrackingProperties
impl Unpin for SystemTrackingProperties
impl UnwindSafe for SystemTrackingProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more