Struct boring_sys_imp::asn1_string_table_st
source · #[repr(C)]pub struct asn1_string_table_st {
pub nid: c_int,
pub minsize: c_long,
pub maxsize: c_long,
pub mask: c_ulong,
pub flags: c_ulong,
}Fields§
§nid: c_int§minsize: c_long§maxsize: c_long§mask: c_ulong§flags: c_ulongTrait Implementations§
source§impl Clone for asn1_string_table_st
impl Clone for asn1_string_table_st
source§fn clone(&self) -> asn1_string_table_st
fn clone(&self) -> asn1_string_table_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 asn1_string_table_st
impl Debug for asn1_string_table_st
source§impl Default for asn1_string_table_st
impl Default for asn1_string_table_st
source§fn default() -> asn1_string_table_st
fn default() -> asn1_string_table_st
Returns the “default value” for a type. Read more
source§impl PartialEq for asn1_string_table_st
impl PartialEq for asn1_string_table_st
source§fn eq(&self, other: &asn1_string_table_st) -> bool
fn eq(&self, other: &asn1_string_table_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for asn1_string_table_st
impl Eq for asn1_string_table_st
impl StructuralEq for asn1_string_table_st
impl StructuralPartialEq for asn1_string_table_st
Auto Trait Implementations§
impl RefUnwindSafe for asn1_string_table_st
impl Send for asn1_string_table_st
impl Sync for asn1_string_table_st
impl Unpin for asn1_string_table_st
impl UnwindSafe for asn1_string_table_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