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