#[repr(C)]pub struct uci_element {
pub list: uci_list,
pub type_: uci_type,
pub name: *mut c_char,
}Fields§
§list: uci_list§type_: uci_type§name: *mut c_charTrait Implementations§
Source§impl Clone for uci_element
impl Clone for uci_element
Source§fn clone(&self) -> uci_element
fn clone(&self) -> uci_element
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_element
impl Debug for uci_element
impl Copy for uci_element
Auto Trait Implementations§
impl Freeze for uci_element
impl RefUnwindSafe for uci_element
impl !Send for uci_element
impl !Sync for uci_element
impl Unpin for uci_element
impl UnwindSafe for uci_element
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