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