#[repr(C)]pub struct PF_PopupDef {
pub value: PF_ParamValue,
pub num_choices: A_short,
pub dephault: A_short,
pub u: PF_PopupDef__bindgen_ty_1,
}Expand description
Popup Menu – PF_Param_POPUP
can also be used as a radio-button group in some hosts when PF_PUI_RADIO_BUTTON is set
Fields§
§value: PF_ParamValue§num_choices: A_short§dephault: A_short§u: PF_PopupDef__bindgen_ty_1Trait Implementations§
Source§impl Clone for PF_PopupDef
impl Clone for PF_PopupDef
Source§fn clone(&self) -> PF_PopupDef
fn clone(&self) -> PF_PopupDef
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_PopupDef
Auto Trait Implementations§
impl Freeze for PF_PopupDef
impl RefUnwindSafe for PF_PopupDef
impl !Send for PF_PopupDef
impl !Sync for PF_PopupDef
impl Unpin for PF_PopupDef
impl UnwindSafe for PF_PopupDef
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