#[repr(C)]pub union PF_ParamDefUnion {
Show 13 fields
pub ld: PF_LayerDef,
pub sd: PF_SliderDef,
pub fd: PF_FixedSliderDef,
pub ad: PF_AngleDef,
pub bd: PF_CheckBoxDef,
pub cd: PF_ColorDef,
pub td: PF_PointDef,
pub pd: PF_PopupDef,
pub fs_d: PF_FloatSliderDef,
pub arb_d: PF_ArbitraryDef,
pub path_d: PF_PathDef,
pub button_d: PF_ButtonDef,
pub point3d_d: PF_Point3DDef,
}Fields§
§ld: PF_LayerDef§sd: PF_SliderDef§fd: PF_FixedSliderDef§ad: PF_AngleDef§bd: PF_CheckBoxDef§cd: PF_ColorDef§td: PF_PointDef§pd: PF_PopupDef§fs_d: PF_FloatSliderDef§arb_d: PF_ArbitraryDef§path_d: PF_PathDef§point3d_d: PF_Point3DDefTrait Implementations§
Source§impl Clone for PF_ParamDefUnion
impl Clone for PF_ParamDefUnion
Source§fn clone(&self) -> PF_ParamDefUnion
fn clone(&self) -> PF_ParamDefUnion
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 moreimpl Copy for PF_ParamDefUnion
Auto Trait Implementations§
impl Freeze for PF_ParamDefUnion
impl RefUnwindSafe for PF_ParamDefUnion
impl !Send for PF_ParamDefUnion
impl !Sync for PF_ParamDefUnion
impl Unpin for PF_ParamDefUnion
impl UnwindSafe for PF_ParamDefUnion
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