#[repr(transparent)]pub struct TargetIdentity(pub [u32; 12]);Expand description
Opaque target words. Their schema belongs to the artifact format, not this crate.
Tuple Fields§
§0: [u32; 12]Trait Implementations§
Source§impl Clone for TargetIdentity
impl Clone for TargetIdentity
Source§fn clone(&self) -> TargetIdentity
fn clone(&self) -> TargetIdentity
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 TargetIdentity
Source§impl Debug for TargetIdentity
impl Debug for TargetIdentity
impl Eq for TargetIdentity
Source§impl PartialEq for TargetIdentity
impl PartialEq for TargetIdentity
impl StructuralPartialEq for TargetIdentity
Auto Trait Implementations§
impl Freeze for TargetIdentity
impl RefUnwindSafe for TargetIdentity
impl Send for TargetIdentity
impl Sync for TargetIdentity
impl Unpin for TargetIdentity
impl UnsafeUnpin for TargetIdentity
impl UnwindSafe for TargetIdentity
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