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