Type Alias boring_sys::USERNOTICE

source ·
pub type USERNOTICE = USERNOTICE_st;

Aliased Type§

struct USERNOTICE {
    pub noticeref: *mut NOTICEREF_st,
    pub exptext: *mut asn1_string_st,
}

Fields§

§noticeref: *mut NOTICEREF_st§exptext: *mut asn1_string_st

Trait Implementations§

source§

impl Clone for USERNOTICE_st

source§

fn clone(&self) -> USERNOTICE_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 USERNOTICE_st

source§

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

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

impl Default for USERNOTICE_st

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq<USERNOTICE_st> for USERNOTICE_st

source§

fn eq(&self, other: &USERNOTICE_st) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for USERNOTICE_st

source§

impl Eq for USERNOTICE_st

source§

impl StructuralEq for USERNOTICE_st

source§

impl StructuralPartialEq for USERNOTICE_st