Struct boring_sys::ACCESS_DESCRIPTION_st
source · [−]#[repr(C)]pub struct ACCESS_DESCRIPTION_st {
pub method: *mut ASN1_OBJECT,
pub location: *mut GENERAL_NAME,
}Fields
method: *mut ASN1_OBJECTlocation: *mut GENERAL_NAMETrait Implementations
sourceimpl Clone for ACCESS_DESCRIPTION_st
impl Clone for ACCESS_DESCRIPTION_st
sourcefn clone(&self) -> ACCESS_DESCRIPTION_st
fn clone(&self) -> ACCESS_DESCRIPTION_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 ACCESS_DESCRIPTION_st
impl Debug for ACCESS_DESCRIPTION_st
sourceimpl Default for ACCESS_DESCRIPTION_st
impl Default for ACCESS_DESCRIPTION_st
sourceimpl PartialEq<ACCESS_DESCRIPTION_st> for ACCESS_DESCRIPTION_st
impl PartialEq<ACCESS_DESCRIPTION_st> for ACCESS_DESCRIPTION_st
sourcefn eq(&self, other: &ACCESS_DESCRIPTION_st) -> bool
fn eq(&self, other: &ACCESS_DESCRIPTION_st) -> bool
impl Copy for ACCESS_DESCRIPTION_st
impl Eq for ACCESS_DESCRIPTION_st
impl StructuralEq for ACCESS_DESCRIPTION_st
impl StructuralPartialEq for ACCESS_DESCRIPTION_st
Auto Trait Implementations
impl RefUnwindSafe for ACCESS_DESCRIPTION_st
impl !Send for ACCESS_DESCRIPTION_st
impl !Sync for ACCESS_DESCRIPTION_st
impl Unpin for ACCESS_DESCRIPTION_st
impl UnwindSafe for ACCESS_DESCRIPTION_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