Struct openxr_sys::Offset3DfFB
source · [−]Expand description
See XrOffset3DfFB - defined by XR_FB_scene
Fields
x: f32y: f32z: f32Trait Implementations
sourceimpl Clone for Offset3DfFB
impl Clone for Offset3DfFB
sourcefn clone(&self) -> Offset3DfFB
fn clone(&self) -> Offset3DfFB
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 Offset3DfFB
impl Debug for Offset3DfFB
sourceimpl Default for Offset3DfFB
impl Default for Offset3DfFB
sourcefn default() -> Offset3DfFB
fn default() -> Offset3DfFB
Returns the “default value” for a type. Read more
sourceimpl PartialEq<Offset3DfFB> for Offset3DfFB
impl PartialEq<Offset3DfFB> for Offset3DfFB
sourcefn eq(&self, other: &Offset3DfFB) -> bool
fn eq(&self, other: &Offset3DfFB) -> bool
impl Copy for Offset3DfFB
impl StructuralPartialEq for Offset3DfFB
Auto Trait Implementations
impl RefUnwindSafe for Offset3DfFB
impl Send for Offset3DfFB
impl Sync for Offset3DfFB
impl Unpin for Offset3DfFB
impl UnwindSafe for Offset3DfFB
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