#[repr(C)]pub struct PF_CheckBoxDef {
pub value: PF_ParamValue,
pub dephault: PF_Boolean,
pub reserved: A_char,
pub reserved1: A_short,
pub u: PF_CheckBoxDef__bindgen_ty_1,
}Expand description
CheckBox – PF_Param_CHECKBOX
Fields§
§value: PF_ParamValue§dephault: PF_Boolean§reserved: A_char§reserved1: A_short§u: PF_CheckBoxDef__bindgen_ty_1Trait Implementations§
Source§impl Clone for PF_CheckBoxDef
impl Clone for PF_CheckBoxDef
Source§fn clone(&self) -> PF_CheckBoxDef
fn clone(&self) -> PF_CheckBoxDef
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_CheckBoxDef
Auto Trait Implementations§
impl Freeze for PF_CheckBoxDef
impl RefUnwindSafe for PF_CheckBoxDef
impl !Send for PF_CheckBoxDef
impl !Sync for PF_CheckBoxDef
impl Unpin for PF_CheckBoxDef
impl UnwindSafe for PF_CheckBoxDef
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