#[repr(C)]pub struct BLTriangle {
pub x0: f64,
pub y0: f64,
pub x1: f64,
pub y1: f64,
pub x2: f64,
pub y2: f64,
}Fields§
§x0: f64§y0: f64§x1: f64§y1: f64§x2: f64§y2: f64Trait Implementations§
Source§impl Clone for BLTriangle
impl Clone for BLTriangle
Source§fn clone(&self) -> BLTriangle
fn clone(&self) -> BLTriangle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLTriangle
Auto Trait Implementations§
impl Freeze for BLTriangle
impl RefUnwindSafe for BLTriangle
impl Send for BLTriangle
impl Sync for BLTriangle
impl Unpin for BLTriangle
impl UnwindSafe for BLTriangle
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