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