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