#[repr(C)]pub struct uci_option {
pub e: uci_element,
pub section: *mut uci_section,
pub type_: uci_option_type,
pub v: uci_option__bindgen_ty_1,
}Fields§
§e: uci_element§section: *mut uci_section§type_: uci_option_type§v: uci_option__bindgen_ty_1Trait Implementations§
Source§impl Clone for uci_option
impl Clone for uci_option
Source§fn clone(&self) -> uci_option
fn clone(&self) -> uci_option
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 uci_option
impl Debug for uci_option
impl Copy for uci_option
Auto Trait Implementations§
impl Freeze for uci_option
impl RefUnwindSafe for uci_option
impl !Send for uci_option
impl !Sync for uci_option
impl Unpin for uci_option
impl UnwindSafe for uci_option
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