Struct rboring_sys::openssl_method_common_st
source · #[repr(C)]pub struct openssl_method_common_st {
pub references: c_int,
pub is_static: c_char,
}Fields§
§references: c_int§is_static: c_charTrait Implementations§
source§impl Clone for openssl_method_common_st
impl Clone for openssl_method_common_st
source§fn clone(&self) -> openssl_method_common_st
fn clone(&self) -> openssl_method_common_st
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 openssl_method_common_st
impl Debug for openssl_method_common_st
source§impl Default for openssl_method_common_st
impl Default for openssl_method_common_st
source§fn default() -> openssl_method_common_st
fn default() -> openssl_method_common_st
Returns the “default value” for a type. Read more
source§impl PartialEq for openssl_method_common_st
impl PartialEq for openssl_method_common_st
impl Copy for openssl_method_common_st
impl Eq for openssl_method_common_st
impl StructuralPartialEq for openssl_method_common_st
Auto Trait Implementations§
impl Freeze for openssl_method_common_st
impl RefUnwindSafe for openssl_method_common_st
impl Send for openssl_method_common_st
impl Sync for openssl_method_common_st
impl Unpin for openssl_method_common_st
impl UnwindSafe for openssl_method_common_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)