#[repr(C)]pub struct PF_ButtonDef {
pub value: PF_ParamValue,
pub u: PF_ButtonDef__bindgen_ty_1,
}Expand description
Momentary Buttons – PF_Param_BUTTON
supported by AE starting with CS 5.5 (AE 10.5); may be supported in other hosts
Fields§
§value: PF_ParamValue§u: PF_ButtonDef__bindgen_ty_1Trait Implementations§
Source§impl Clone for PF_ButtonDef
impl Clone for PF_ButtonDef
Source§fn clone(&self) -> PF_ButtonDef
fn clone(&self) -> PF_ButtonDef
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_ButtonDef
Auto Trait Implementations§
impl Freeze for PF_ButtonDef
impl RefUnwindSafe for PF_ButtonDef
impl !Send for PF_ButtonDef
impl !Sync for PF_ButtonDef
impl Unpin for PF_ButtonDef
impl UnwindSafe for PF_ButtonDef
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