#[repr(C)]pub struct scconf_context {
pub filename: *mut c_char,
pub debug: c_int,
pub root: *mut scconf_block,
pub errmsg: *mut c_char,
}Fields§
§filename: *mut c_char§debug: c_int§root: *mut scconf_block§errmsg: *mut c_charTrait Implementations§
Source§impl Clone for scconf_context
impl Clone for scconf_context
Source§fn clone(&self) -> scconf_context
fn clone(&self) -> scconf_context
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_context
impl Debug for scconf_context
impl Copy for scconf_context
Auto Trait Implementations§
impl Freeze for scconf_context
impl RefUnwindSafe for scconf_context
impl !Send for scconf_context
impl !Sync for scconf_context
impl Unpin for scconf_context
impl UnwindSafe for scconf_context
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