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