pub struct ATAN { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ATAN
impl RefUnwindSafe for ATAN
impl Send for ATAN
impl Sync for ATAN
impl Unpin for ATAN
impl UnsafeUnpin for ATAN
impl UnwindSafe for ATAN
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