#[repr(C)]pub struct lhash_st_CONF_VALUE { /* private fields */ }
Trait Implementations§
Source§impl Clone for lhash_st_CONF_VALUE
impl Clone for lhash_st_CONF_VALUE
Source§fn clone(&self) -> lhash_st_CONF_VALUE
fn clone(&self) -> lhash_st_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 lhash_st_CONF_VALUE
impl Debug for lhash_st_CONF_VALUE
impl Copy for lhash_st_CONF_VALUE
Auto Trait Implementations§
impl Freeze for lhash_st_CONF_VALUE
impl RefUnwindSafe for lhash_st_CONF_VALUE
impl Send for lhash_st_CONF_VALUE
impl Sync for lhash_st_CONF_VALUE
impl Unpin for lhash_st_CONF_VALUE
impl UnwindSafe for lhash_st_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