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