Expand description
See XrVector2f
Fields
x: f32y: f32Trait Implementations
impl ActionInput for Vector2f
impl ActionTy for Vector2f
impl Copy for Vector2f
impl StructuralPartialEq for Vector2f
Auto Trait Implementations
impl RefUnwindSafe for Vector2f
impl Send for Vector2f
impl Sync for Vector2f
impl Unpin for Vector2f
impl UnwindSafe for Vector2f
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