Struct scratchstack_wrapper_aws_lc::obj_name_st
source · #[repr(C)]pub struct obj_name_st {
pub type_: c_int,
pub alias: c_int,
pub name: *const c_char,
pub data: *const c_char,
}
Fields
type_: c_int
alias: c_int
name: *const c_char
data: *const c_char
Trait Implementations
sourceimpl Clone for obj_name_st
impl Clone for obj_name_st
sourcefn clone(&self) -> obj_name_st
fn clone(&self) -> obj_name_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 obj_name_st
impl Debug for obj_name_st
sourceimpl Default for obj_name_st
impl Default for obj_name_st
sourceimpl PartialEq<obj_name_st> for obj_name_st
impl PartialEq<obj_name_st> for obj_name_st
sourcefn eq(&self, other: &obj_name_st) -> bool
fn eq(&self, other: &obj_name_st) -> bool
impl Copy for obj_name_st
impl Eq for obj_name_st
impl StructuralEq for obj_name_st
impl StructuralPartialEq for obj_name_st
Auto Trait Implementations
impl RefUnwindSafe for obj_name_st
impl !Send for obj_name_st
impl !Sync for obj_name_st
impl Unpin for obj_name_st
impl UnwindSafe for obj_name_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