pub struct Conic { /* private fields */ }Expand description
A small conic descriptor.
Implementations§
Trait Implementations§
impl Copy for Conic
impl Eq for Conic
impl StructuralPartialEq for Conic
Auto Trait Implementations§
impl Freeze for Conic
impl RefUnwindSafe for Conic
impl Send for Conic
impl Sync for Conic
impl Unpin for Conic
impl UnsafeUnpin for Conic
impl UnwindSafe for Conic
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