#[repr(C)]pub struct fsverity_formatted_digest {
pub magic: [i8; 8],
pub digest_algorithm: u16,
pub digest_size: u16,
pub digest: __IncompleteArrayField<u8>,
}Fields§
§magic: [i8; 8]§digest_algorithm: u16§digest_size: u16§digest: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Debug for fsverity_formatted_digest
impl Debug for fsverity_formatted_digest
Source§impl Default for fsverity_formatted_digest
impl Default for fsverity_formatted_digest
Source§fn default() -> fsverity_formatted_digest
fn default() -> fsverity_formatted_digest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fsverity_formatted_digest
impl RefUnwindSafe for fsverity_formatted_digest
impl Send for fsverity_formatted_digest
impl Sync for fsverity_formatted_digest
impl Unpin for fsverity_formatted_digest
impl UnwindSafe for fsverity_formatted_digest
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more