pub struct ArcSet {
pub instance: u32,
pub aar: ArcAuthenticationResults,
pub ams: ArcMessageSignature,
pub seal: ArcSeal,
}Expand description
ARC Set — three headers sharing the same instance number.
Fields§
§instance: u32§aar: ArcAuthenticationResults§ams: ArcMessageSignature§seal: ArcSealTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArcSet
impl RefUnwindSafe for ArcSet
impl Send for ArcSet
impl Sync for ArcSet
impl Unpin for ArcSet
impl UnsafeUnpin for ArcSet
impl UnwindSafe for ArcSet
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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