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