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