#[repr(C)]pub struct AEGP_TwoDVal {
pub x: A_FpLong,
pub y: A_FpLong,
}Fields§
§x: A_FpLong§y: A_FpLongTrait Implementations§
Source§impl Clone for AEGP_TwoDVal
impl Clone for AEGP_TwoDVal
Source§fn clone(&self) -> AEGP_TwoDVal
fn clone(&self) -> AEGP_TwoDVal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AEGP_TwoDVal
impl Debug for AEGP_TwoDVal
impl Copy for AEGP_TwoDVal
Auto Trait Implementations§
impl Freeze for AEGP_TwoDVal
impl RefUnwindSafe for AEGP_TwoDVal
impl Send for AEGP_TwoDVal
impl Sync for AEGP_TwoDVal
impl Unpin for AEGP_TwoDVal
impl UnwindSafe for AEGP_TwoDVal
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