#[repr(C)]pub struct Vector2f {
pub x: f32,
pub y: f32,
}
Expand description
See XrVector2f
Fields§
§x: f32
§y: f32
Trait Implementations§
impl Copy for Vector2f
impl StructuralPartialEq for Vector2f
Auto Trait Implementations§
impl Freeze for Vector2f
impl RefUnwindSafe for Vector2f
impl Send for Vector2f
impl Sync for Vector2f
impl Unpin for Vector2f
impl UnwindSafe for Vector2f
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