#[repr(C)]pub struct dm_config_value {
pub type_: dm_config_value_type_t,
pub v: dm_config_value__bindgen_ty_1,
pub next: *mut dm_config_value,
pub format_flags: u32,
}
Fields§
§type_: dm_config_value_type_t
§v: dm_config_value__bindgen_ty_1
§next: *mut dm_config_value
§format_flags: u32
Trait Implementations§
Source§impl Clone for dm_config_value
impl Clone for dm_config_value
Source§fn clone(&self) -> dm_config_value
fn clone(&self) -> dm_config_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 moreimpl Copy for dm_config_value
Auto Trait Implementations§
impl Freeze for dm_config_value
impl RefUnwindSafe for dm_config_value
impl !Send for dm_config_value
impl !Sync for dm_config_value
impl Unpin for dm_config_value
impl UnwindSafe for dm_config_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