#[repr(C)]pub struct uci_parse_option {
pub name: *const c_char,
pub type_: uci_option_type,
}Fields§
§name: *const c_char§type_: uci_option_typeTrait Implementations§
Source§impl Clone for uci_parse_option
impl Clone for uci_parse_option
Source§fn clone(&self) -> uci_parse_option
fn clone(&self) -> uci_parse_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_parse_option
impl Debug for uci_parse_option
impl Copy for uci_parse_option
Auto Trait Implementations§
impl Freeze for uci_parse_option
impl RefUnwindSafe for uci_parse_option
impl !Send for uci_parse_option
impl !Sync for uci_parse_option
impl Unpin for uci_parse_option
impl UnwindSafe for uci_parse_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