#[repr(C)]pub struct oconfig_value_s {
pub value: oconfig_value_s__bindgen_ty_1,
pub type_: c_int,
}Fields§
§value: oconfig_value_s__bindgen_ty_1§type_: c_intTrait Implementations§
Source§impl Clone for oconfig_value_s
impl Clone for oconfig_value_s
Source§fn clone(&self) -> oconfig_value_s
fn clone(&self) -> oconfig_value_s
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 moreimpl Copy for oconfig_value_s
Auto Trait Implementations§
impl Freeze for oconfig_value_s
impl RefUnwindSafe for oconfig_value_s
impl !Send for oconfig_value_s
impl !Sync for oconfig_value_s
impl Unpin for oconfig_value_s
impl UnwindSafe for oconfig_value_s
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