pub struct CosF64Endpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for CosF64Endpoint
impl Endpoint for CosF64Endpoint
Auto Trait Implementations§
impl Freeze for CosF64Endpoint
impl RefUnwindSafe for CosF64Endpoint
impl Send for CosF64Endpoint
impl Sync for CosF64Endpoint
impl Unpin for CosF64Endpoint
impl UnwindSafe for CosF64Endpoint
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