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