pub struct Point32f {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Trait Implementations§
impl Copy for Point32f
Source§impl From<NppiPoint32f> for Point32f
impl From<NppiPoint32f> for Point32f
Source§fn from(value: NppiPoint32f) -> Self
fn from(value: NppiPoint32f) -> Self
Converts to this type from the input type.
Source§impl From<Point32f> for NppiPoint32f
impl From<Point32f> for NppiPoint32f
Source§impl PartialOrd for Point32f
impl PartialOrd for Point32f
impl StructuralPartialEq for Point32f
Auto Trait Implementations§
impl Freeze for Point32f
impl RefUnwindSafe for Point32f
impl Send for Point32f
impl Sync for Point32f
impl Unpin for Point32f
impl UnsafeUnpin for Point32f
impl UnwindSafe for Point32f
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