#[repr(C)]pub struct lhash_st_OPENSSL_CSTRING {
pub dummy: lhash_st_OPENSSL_CSTRING_lh_OPENSSL_CSTRING_dummy,
}
Fields§
§dummy: lhash_st_OPENSSL_CSTRING_lh_OPENSSL_CSTRING_dummy
Trait Implementations§
Source§impl Clone for lhash_st_OPENSSL_CSTRING
impl Clone for lhash_st_OPENSSL_CSTRING
Source§fn clone(&self) -> lhash_st_OPENSSL_CSTRING
fn clone(&self) -> lhash_st_OPENSSL_CSTRING
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 lhash_st_OPENSSL_CSTRING
Auto Trait Implementations§
impl Freeze for lhash_st_OPENSSL_CSTRING
impl RefUnwindSafe for lhash_st_OPENSSL_CSTRING
impl !Send for lhash_st_OPENSSL_CSTRING
impl !Sync for lhash_st_OPENSSL_CSTRING
impl Unpin for lhash_st_OPENSSL_CSTRING
impl UnwindSafe for lhash_st_OPENSSL_CSTRING
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