#[repr(C)]pub struct QuadrangleF64 {
pub points: [PointF64; 4],
}Fields§
§points: [PointF64; 4]Implementations§
Trait Implementations§
Source§impl Clone for QuadrangleF64
impl Clone for QuadrangleF64
Source§fn clone(&self) -> QuadrangleF64
fn clone(&self) -> QuadrangleF64
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QuadrangleF64
Source§impl Debug for QuadrangleF64
impl Debug for QuadrangleF64
Source§impl From<QuadrangleF64> for [[f64; 2]; 4]
impl From<QuadrangleF64> for [[f64; 2]; 4]
Source§fn from(value: QuadrangleF64) -> Self
fn from(value: QuadrangleF64) -> Self
Converts to this type from the input type.
Source§impl PartialEq for QuadrangleF64
impl PartialEq for QuadrangleF64
Source§fn eq(&self, other: &QuadrangleF64) -> bool
fn eq(&self, other: &QuadrangleF64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuadrangleF64
Auto Trait Implementations§
impl Freeze for QuadrangleF64
impl RefUnwindSafe for QuadrangleF64
impl Send for QuadrangleF64
impl Sync for QuadrangleF64
impl Unpin for QuadrangleF64
impl UnsafeUnpin for QuadrangleF64
impl UnwindSafe for QuadrangleF64
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