pub struct c2v {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for c2v
impl RefUnwindSafe for c2v
impl Send for c2v
impl Sync for c2v
impl Unpin for c2v
impl UnwindSafe for c2v
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