#[repr(C)]pub struct PF_Point3DDef {
pub x_value: PF_FpLong,
pub y_value: PF_FpLong,
pub z_value: PF_FpLong,
pub x_dephault: PF_FpLong,
pub y_dephault: PF_FpLong,
pub z_dephault: PF_FpLong,
pub reserved: [c_char; 16],
}Expand description
3D Point – PF_Param_POINT_3D
Just like POINT, with an extra dimension. Supported in AE starting with version 10.5 (CS 5.5).
Fields§
§x_value: PF_FpLong§y_value: PF_FpLong§z_value: PF_FpLong§x_dephault: PF_FpLong§y_dephault: PF_FpLong§z_dephault: PF_FpLong§reserved: [c_char; 16]Trait Implementations§
Source§impl Clone for PF_Point3DDef
impl Clone for PF_Point3DDef
Source§fn clone(&self) -> PF_Point3DDef
fn clone(&self) -> PF_Point3DDef
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 PF_Point3DDef
impl Debug for PF_Point3DDef
impl Copy for PF_Point3DDef
Auto Trait Implementations§
impl Freeze for PF_Point3DDef
impl RefUnwindSafe for PF_Point3DDef
impl Send for PF_Point3DDef
impl Sync for PF_Point3DDef
impl Unpin for PF_Point3DDef
impl UnwindSafe for PF_Point3DDef
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