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