Struct boring_sys::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_intminsize: c_longmaxsize: c_longmask: c_ulongflags: c_ulongTrait Implementations
sourceimpl Clone for asn1_string_table_st
impl Clone for asn1_string_table_st
sourcefn clone(&self) -> asn1_string_table_st
fn clone(&self) -> asn1_string_table_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 asn1_string_table_st
impl Debug for asn1_string_table_st
sourceimpl Default for asn1_string_table_st
impl Default for asn1_string_table_st
sourcefn default() -> asn1_string_table_st
fn default() -> asn1_string_table_st
Returns the “default value” for a type. Read more
sourceimpl PartialEq<asn1_string_table_st> for asn1_string_table_st
impl PartialEq<asn1_string_table_st> for asn1_string_table_st
sourcefn eq(&self, other: &asn1_string_table_st) -> bool
fn eq(&self, other: &asn1_string_table_st) -> bool
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
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