Struct openxr_sys::Vector4f
source · [−]Expand description
See XrVector4f
Fields
x: f32y: f32z: f32w: f32Trait Implementations
impl Copy for Vector4f
impl StructuralPartialEq for Vector4f
Auto Trait Implementations
impl RefUnwindSafe for Vector4f
impl Send for Vector4f
impl Sync for Vector4f
impl Unpin for Vector4f
impl UnwindSafe for Vector4f
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