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