#[repr(C)]pub struct NOTICEREF_st {
pub organization: *mut ASN1_STRING,
pub noticenos: *mut stack_st_ASN1_INTEGER,
}
Fields
organization: *mut ASN1_STRING
noticenos: *mut stack_st_ASN1_INTEGER
Trait Implementations
sourceimpl Clone for NOTICEREF_st
impl Clone for NOTICEREF_st
sourcefn clone(&self) -> NOTICEREF_st
fn clone(&self) -> NOTICEREF_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 NOTICEREF_st
impl Debug for NOTICEREF_st
sourceimpl Default for NOTICEREF_st
impl Default for NOTICEREF_st
sourceimpl PartialEq<NOTICEREF_st> for NOTICEREF_st
impl PartialEq<NOTICEREF_st> for NOTICEREF_st
sourcefn eq(&self, other: &NOTICEREF_st) -> bool
fn eq(&self, other: &NOTICEREF_st) -> bool
impl Copy for NOTICEREF_st
impl Eq for NOTICEREF_st
impl StructuralEq for NOTICEREF_st
impl StructuralPartialEq for NOTICEREF_st
Auto Trait Implementations
impl RefUnwindSafe for NOTICEREF_st
impl !Send for NOTICEREF_st
impl !Sync for NOTICEREF_st
impl Unpin for NOTICEREF_st
impl UnwindSafe for NOTICEREF_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