#[repr(C)]pub struct SystemTrackingProperties {
pub orientation_tracking: Bool32,
pub position_tracking: Bool32,
}
Expand description
Fields§
§orientation_tracking: Bool32
§position_tracking: Bool32
Trait Implementations§
Source§impl Clone for SystemTrackingProperties
impl Clone for SystemTrackingProperties
Source§fn clone(&self) -> SystemTrackingProperties
fn clone(&self) -> SystemTrackingProperties
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 SystemTrackingProperties
impl Debug for SystemTrackingProperties
Source§impl Default for SystemTrackingProperties
impl Default for SystemTrackingProperties
Source§fn default() -> SystemTrackingProperties
fn default() -> SystemTrackingProperties
Returns the “default value” for a type. Read more
Source§impl PartialEq for SystemTrackingProperties
impl PartialEq for SystemTrackingProperties
impl Copy for SystemTrackingProperties
impl StructuralPartialEq for SystemTrackingProperties
Auto Trait Implementations§
impl Freeze for SystemTrackingProperties
impl RefUnwindSafe for SystemTrackingProperties
impl Send for SystemTrackingProperties
impl Sync for SystemTrackingProperties
impl Unpin for SystemTrackingProperties
impl UnwindSafe for SystemTrackingProperties
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