pub struct RecipientWrapArchiveIdentity {
pub archive_uuid: [u8; 16],
pub session_id: [u8; 16],
pub format_version: u16,
pub volume_format_rev: u16,
}Fields§
§archive_uuid: [u8; 16]§session_id: [u8; 16]§format_version: u16§volume_format_rev: u16Trait Implementations§
Source§impl Clone for RecipientWrapArchiveIdentity
impl Clone for RecipientWrapArchiveIdentity
Source§fn clone(&self) -> RecipientWrapArchiveIdentity
fn clone(&self) -> RecipientWrapArchiveIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecipientWrapArchiveIdentity
Source§impl Debug for RecipientWrapArchiveIdentity
impl Debug for RecipientWrapArchiveIdentity
impl Eq for RecipientWrapArchiveIdentity
Source§impl PartialEq for RecipientWrapArchiveIdentity
impl PartialEq for RecipientWrapArchiveIdentity
Source§fn eq(&self, other: &RecipientWrapArchiveIdentity) -> bool
fn eq(&self, other: &RecipientWrapArchiveIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecipientWrapArchiveIdentity
Auto Trait Implementations§
impl Freeze for RecipientWrapArchiveIdentity
impl RefUnwindSafe for RecipientWrapArchiveIdentity
impl Send for RecipientWrapArchiveIdentity
impl Sync for RecipientWrapArchiveIdentity
impl Unpin for RecipientWrapArchiveIdentity
impl UnsafeUnpin for RecipientWrapArchiveIdentity
impl UnwindSafe for RecipientWrapArchiveIdentity
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