Struct scratchstack_wrapper_aws_lc::ssl_comp_st
source · #[repr(C)]pub struct ssl_comp_st {
pub id: c_int,
pub name: *const c_char,
pub method: *mut c_char,
}
Fields
id: c_int
name: *const c_char
method: *mut c_char
Trait Implementations
sourceimpl Clone for ssl_comp_st
impl Clone for ssl_comp_st
sourcefn clone(&self) -> ssl_comp_st
fn clone(&self) -> ssl_comp_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ssl_comp_st
impl Debug for ssl_comp_st
sourceimpl Default for ssl_comp_st
impl Default for ssl_comp_st
sourceimpl PartialEq<ssl_comp_st> for ssl_comp_st
impl PartialEq<ssl_comp_st> for ssl_comp_st
sourcefn eq(&self, other: &ssl_comp_st) -> bool
fn eq(&self, other: &ssl_comp_st) -> bool
impl Copy for ssl_comp_st
impl Eq for ssl_comp_st
impl StructuralEq for ssl_comp_st
impl StructuralPartialEq for ssl_comp_st
Auto Trait Implementations
impl RefUnwindSafe for ssl_comp_st
impl !Send for ssl_comp_st
impl !Sync for ssl_comp_st
impl Unpin for ssl_comp_st
impl UnwindSafe for ssl_comp_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more