#[repr(C)]pub struct Point64f {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64Implementations§
Trait Implementations§
impl Copy for Point64f
Source§impl From<NppiPoint64f> for Point64f
impl From<NppiPoint64f> for Point64f
Source§fn from(value: NppiPoint64f) -> Self
fn from(value: NppiPoint64f) -> Self
Converts to this type from the input type.
Source§impl From<Point64f> for NppiPoint64f
impl From<Point64f> for NppiPoint64f
Source§impl PartialOrd for Point64f
impl PartialOrd for Point64f
impl StructuralPartialEq for Point64f
Auto Trait Implementations§
impl Freeze for Point64f
impl RefUnwindSafe for Point64f
impl Send for Point64f
impl Sync for Point64f
impl Unpin for Point64f
impl UnsafeUnpin for Point64f
impl UnwindSafe for Point64f
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