#[repr(C)]pub struct oc_form_opt {
pub next: *mut oc_form_opt,
pub type_: c_int,
pub name: *mut c_char,
pub label: *mut c_char,
pub _value: *mut c_char,
pub flags: c_uint,
pub reserved: *mut c_void,
}
Fields§
§next: *mut oc_form_opt
§type_: c_int
§name: *mut c_char
§label: *mut c_char
§_value: *mut c_char
§flags: c_uint
§reserved: *mut c_void
Trait Implementations§
Source§impl Clone for oc_form_opt
impl Clone for oc_form_opt
Source§fn clone(&self) -> oc_form_opt
fn clone(&self) -> oc_form_opt
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
impl Debug for oc_form_opt
impl Copy for oc_form_opt
Auto Trait Implementations§
impl Freeze for oc_form_opt
impl RefUnwindSafe for oc_form_opt
impl !Send for oc_form_opt
impl !Sync for oc_form_opt
impl Unpin for oc_form_opt
impl UnwindSafe for oc_form_opt
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