Struct AsnAny
#[repr(C, packed(4))]pub struct AsnAny {
pub asnType: u8,
pub asnValue: AsnAny_0,
}
Fields§
§asnType: u8
§asnValue: AsnAny_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsnAny
impl RefUnwindSafe for AsnAny
impl !Send for AsnAny
impl !Sync for AsnAny
impl Unpin for AsnAny
impl UnwindSafe for AsnAny
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