pub struct c2Poly {
pub count: c_int,
pub verts: [c2v; 8],
pub norms: [c2v; 8],
}Fields§
§count: c_int§verts: [c2v; 8]§norms: [c2v; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for c2Poly
impl RefUnwindSafe for c2Poly
impl Send for c2Poly
impl Sync for c2Poly
impl Unpin for c2Poly
impl UnwindSafe for c2Poly
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