pub(crate) struct AngleReduced {
pub(crate) angle: DoubleDouble,
}Fields§
§angle: DoubleDoubleTrait Implementations§
Auto Trait Implementations§
impl Freeze for AngleReduced
impl RefUnwindSafe for AngleReduced
impl Send for AngleReduced
impl Sync for AngleReduced
impl Unpin for AngleReduced
impl UnsafeUnpin for AngleReduced
impl UnwindSafe for AngleReduced
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