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