#[repr(C)]pub struct AEGP_MaskFeather {
pub segment: A_long,
pub segment_sF: PF_FpLong,
pub radiusF: PF_FpLong,
pub ui_corner_angleF: PF_FpShort,
pub tensionF: PF_FpShort,
pub interp: AEGP_MaskFeatherInterp,
pub type_: AEGP_MaskFeatherType,
}Fields§
§segment: A_long§segment_sF: PF_FpLong§radiusF: PF_FpLong§ui_corner_angleF: PF_FpShort§tensionF: PF_FpShort§interp: AEGP_MaskFeatherInterp§type_: AEGP_MaskFeatherTypeTrait Implementations§
Source§impl Clone for AEGP_MaskFeather
impl Clone for AEGP_MaskFeather
Source§fn clone(&self) -> AEGP_MaskFeather
fn clone(&self) -> AEGP_MaskFeather
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_MaskFeather
impl Debug for AEGP_MaskFeather
impl Copy for AEGP_MaskFeather
Auto Trait Implementations§
impl Freeze for AEGP_MaskFeather
impl RefUnwindSafe for AEGP_MaskFeather
impl Send for AEGP_MaskFeather
impl Sync for AEGP_MaskFeather
impl Unpin for AEGP_MaskFeather
impl UnwindSafe for AEGP_MaskFeather
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