#[repr(C)]pub struct _scconf_item {
pub next: *mut _scconf_item,
pub type_: c_int,
pub key: *mut c_char,
pub value: _scconf_item__bindgen_ty_1,
}Fields§
§next: *mut _scconf_item§type_: c_int§key: *mut c_char§value: _scconf_item__bindgen_ty_1Trait Implementations§
Source§impl Clone for _scconf_item
impl Clone for _scconf_item
Source§fn clone(&self) -> _scconf_item
fn clone(&self) -> _scconf_item
Returns a copy 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 moreimpl Copy for _scconf_item
Auto Trait Implementations§
impl Freeze for _scconf_item
impl RefUnwindSafe for _scconf_item
impl !Send for _scconf_item
impl !Sync for _scconf_item
impl Unpin for _scconf_item
impl UnwindSafe for _scconf_item
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