Type Alias GENERAL_SUBTREE

Source
pub type GENERAL_SUBTREE = GENERAL_SUBTREE_st;

Aliased Type§

struct GENERAL_SUBTREE {
    pub base: *mut GENERAL_NAME_st,
    pub minimum: *mut asn1_string_st,
    pub maximum: *mut asn1_string_st,
}

Fields§

§base: *mut GENERAL_NAME_st§minimum: *mut asn1_string_st§maximum: *mut asn1_string_st

Trait Implementations

Source§

impl Clone for GENERAL_SUBTREE_st

Source§

fn clone(&self) -> GENERAL_SUBTREE_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for GENERAL_SUBTREE_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for GENERAL_SUBTREE_st