#[repr(C)]pub struct atav_st {
pub type_: *mut asn1_object_st,
pub value: *mut asn1_type_st,
}
Fields§
§type_: *mut asn1_object_st
§value: *mut asn1_type_st
Trait Implementations§
Auto Trait Implementations§
impl Freeze for atav_st
impl RefUnwindSafe for atav_st
impl !Send for atav_st
impl !Sync for atav_st
impl Unpin for atav_st
impl UnwindSafe for atav_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