#[repr(C)]pub struct PF_ParamDef {
pub uu: PF_ParamDef__bindgen_ty_1,
pub ui_flags: PF_ParamUIFlags,
pub ui_width: A_short,
pub ui_height: A_short,
pub param_type: PF_ParamType,
pub name: [A_char; 32],
pub flags: PF_ParamFlags,
pub unused: A_long,
pub u: PF_ParamDefUnion,
}Expand description
ParamDef
Fields§
§uu: PF_ParamDef__bindgen_ty_1§ui_flags: PF_ParamUIFlags§ui_width: A_short§ui_height: A_short§param_type: PF_ParamType§name: [A_char; 32]§flags: PF_ParamFlags§unused: A_long§u: PF_ParamDefUnionTrait Implementations§
Source§impl Clone for PF_ParamDef
impl Clone for PF_ParamDef
Source§fn clone(&self) -> PF_ParamDef
fn clone(&self) -> PF_ParamDef
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_ParamDef
Auto Trait Implementations§
impl Freeze for PF_ParamDef
impl RefUnwindSafe for PF_ParamDef
impl !Send for PF_ParamDef
impl !Sync for PF_ParamDef
impl Unpin for PF_ParamDef
impl UnwindSafe for PF_ParamDef
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