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