#[repr(C)]pub struct HPDF_Point {
pub x: HPDF_REAL,
pub y: HPDF_REAL,
}Fields§
§x: HPDF_REAL§y: HPDF_REALTrait Implementations§
Source§impl Clone for HPDF_Point
impl Clone for HPDF_Point
Source§fn clone(&self) -> HPDF_Point
fn clone(&self) -> HPDF_Point
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 HPDF_Point
Auto Trait Implementations§
impl Freeze for HPDF_Point
impl RefUnwindSafe for HPDF_Point
impl Send for HPDF_Point
impl Sync for HPDF_Point
impl Unpin for HPDF_Point
impl UnsafeUnpin for HPDF_Point
impl UnwindSafe for HPDF_Point
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