#[repr(C)]pub struct asn1_string_table_st {
pub nid: i32,
pub minsize: i64,
pub maxsize: i64,
pub mask: u64,
pub flags: u64,
}
Fields§
§nid: i32
§minsize: i64
§maxsize: i64
§mask: u64
§flags: u64
Trait 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
impl Copy for asn1_string_table_st
Auto Trait Implementations§
impl Freeze for asn1_string_table_st
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