Struct openxr_sys::BodyTrackerFB
source · pub struct BodyTrackerFB(/* private fields */);
Expand description
See XrBodyTrackerFB
Implementations§
Trait Implementations§
source§impl Clone for BodyTrackerFB
impl Clone for BodyTrackerFB
source§fn clone(&self) -> BodyTrackerFB
fn clone(&self) -> BodyTrackerFB
Returns a copy 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 BodyTrackerFB
impl Debug for BodyTrackerFB
source§impl Default for BodyTrackerFB
impl Default for BodyTrackerFB
source§impl Hash for BodyTrackerFB
impl Hash for BodyTrackerFB
source§impl PartialEq for BodyTrackerFB
impl PartialEq for BodyTrackerFB
source§fn eq(&self, other: &BodyTrackerFB) -> bool
fn eq(&self, other: &BodyTrackerFB) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BodyTrackerFB
impl Eq for BodyTrackerFB
impl StructuralPartialEq for BodyTrackerFB
Auto Trait Implementations§
impl RefUnwindSafe for BodyTrackerFB
impl Send for BodyTrackerFB
impl Sync for BodyTrackerFB
impl Unpin for BodyTrackerFB
impl UnwindSafe for BodyTrackerFB
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