#[repr(C)]pub struct oc_form_opt_select {
pub form: oc_form_opt,
pub nr_choices: c_int,
pub choices: *mut *mut oc_choice,
}Fields§
§form: oc_form_opt§nr_choices: c_int§choices: *mut *mut oc_choiceTrait Implementations§
Source§impl Clone for oc_form_opt_select
impl Clone for oc_form_opt_select
Source§fn clone(&self) -> oc_form_opt_select
fn clone(&self) -> oc_form_opt_select
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 moreSource§impl Debug for oc_form_opt_select
impl Debug for oc_form_opt_select
impl Copy for oc_form_opt_select
Auto Trait Implementations§
impl Freeze for oc_form_opt_select
impl RefUnwindSafe for oc_form_opt_select
impl !Send for oc_form_opt_select
impl !Sync for oc_form_opt_select
impl Unpin for oc_form_opt_select
impl UnwindSafe for oc_form_opt_select
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