pub struct Radian {
pub value: f64,
}Expand description
Fields§
§value: f64Implementations§
Source§impl Radian
impl Radian
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Radian
impl RefUnwindSafe for Radian
impl Send for Radian
impl Sync for Radian
impl Unpin for Radian
impl UnwindSafe for Radian
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