pub(crate) struct SnpImageIdentity {
family_id: [u8; 16],
image_id: [u8; 16],
}Expand description
Identity fields included in an SNP ID block.
Fields§
§family_id: [u8; 16]§image_id: [u8; 16]Implementations§
Trait Implementations§
Source§impl Clone for SnpImageIdentity
impl Clone for SnpImageIdentity
Source§fn clone(&self) -> SnpImageIdentity
fn clone(&self) -> SnpImageIdentity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SnpImageIdentity
impl Debug for SnpImageIdentity
Source§impl PartialEq for SnpImageIdentity
impl PartialEq for SnpImageIdentity
impl Copy for SnpImageIdentity
impl Eq for SnpImageIdentity
impl StructuralPartialEq for SnpImageIdentity
Auto Trait Implementations§
impl Freeze for SnpImageIdentity
impl RefUnwindSafe for SnpImageIdentity
impl Send for SnpImageIdentity
impl Sync for SnpImageIdentity
impl Unpin for SnpImageIdentity
impl UnsafeUnpin for SnpImageIdentity
impl UnwindSafe for SnpImageIdentity
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