#[repr(C)]pub struct conf_st {
pub data: *mut lhash_st_CONF_VALUE,
}
Fields§
§data: *mut lhash_st_CONF_VALUE
Trait Implementations§
impl Copy for conf_st
impl Eq for conf_st
impl StructuralPartialEq for conf_st
Auto Trait Implementations§
impl Freeze for conf_st
impl RefUnwindSafe for conf_st
impl !Send for conf_st
impl !Sync for conf_st
impl Unpin for conf_st
impl UnwindSafe for conf_st
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