pub struct PointZM<T: FloatIsh> {
pub x: T,
pub y: T,
pub z: T,
pub m: T,
}Fields§
§x: T§y: T§z: T§m: TTrait Implementations§
Source§impl<T: PartialOrd + FloatIsh> PartialOrd for PointZM<T>
impl<T: PartialOrd + FloatIsh> PartialOrd for PointZM<T>
impl<T: Copy + FloatIsh> Copy for PointZM<T>
impl<T: FloatIsh> StructuralPartialEq for PointZM<T>
Auto Trait Implementations§
impl<T> Freeze for PointZM<T>where
T: Freeze,
impl<T> RefUnwindSafe for PointZM<T>where
T: RefUnwindSafe,
impl<T> Send for PointZM<T>where
T: Send,
impl<T> Sync for PointZM<T>where
T: Sync,
impl<T> Unpin for PointZM<T>where
T: Unpin,
impl<T> UnwindSafe for PointZM<T>where
T: UnwindSafe,
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