Struct uefi_nvram_specvars::signature_list::Sha256Data
source · pub struct Sha256Data<'a>(pub Cow<'a, [u8; 32]>);
Tuple Fields§
§0: Cow<'a, [u8; 32]>
Trait Implementations§
source§impl<'a> Debug for Sha256Data<'a>
impl<'a> Debug for Sha256Data<'a>
source§impl<'a> Ord for Sha256Data<'a>
impl<'a> Ord for Sha256Data<'a>
source§fn cmp(&self, other: &Sha256Data<'a>) -> Ordering
fn cmp(&self, other: &Sha256Data<'a>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialEq for Sha256Data<'a>
impl<'a> PartialEq for Sha256Data<'a>
source§impl<'a> PartialOrd for Sha256Data<'a>
impl<'a> PartialOrd for Sha256Data<'a>
impl<'a> Eq for Sha256Data<'a>
impl<'a> StructuralPartialEq for Sha256Data<'a>
Auto Trait Implementations§
impl<'a> Freeze for Sha256Data<'a>
impl<'a> RefUnwindSafe for Sha256Data<'a>
impl<'a> Send for Sha256Data<'a>
impl<'a> Sync for Sha256Data<'a>
impl<'a> Unpin for Sha256Data<'a>
impl<'a> UnwindSafe for Sha256Data<'a>
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