Struct aws_lc_sys::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_charTrait Implementations§
source§impl Clone for obj_name_st
impl Clone for obj_name_st
source§fn clone(&self) -> obj_name_st
fn clone(&self) -> obj_name_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 obj_name_st
impl Debug for obj_name_st
source§impl Default for obj_name_st
impl Default for obj_name_st
source§impl PartialEq<obj_name_st> for obj_name_st
impl PartialEq<obj_name_st> for obj_name_st
source§fn eq(&self, other: &obj_name_st) -> bool
fn eq(&self, other: &obj_name_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.