#[repr(C)]pub struct _tri2df_t {
pub p0: V2Df,
pub p1: V2Df,
pub p2: V2Df,
}Fields§
§p0: V2Df§p1: V2Df§p2: V2DfTrait Implementations§
Auto Trait Implementations§
impl Freeze for _tri2df_t
impl RefUnwindSafe for _tri2df_t
impl Send for _tri2df_t
impl Sync for _tri2df_t
impl Unpin for _tri2df_t
impl UnwindSafe for _tri2df_t
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