#[repr(C)]pub struct C4BlobKey {
pub bytes: [u8; 20],
}Expand description
A unique identifier of a blob based on a SHA-1 digest of its contents.
Fields§
§bytes: [u8; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for C4BlobKey
impl RefUnwindSafe for C4BlobKey
impl Send for C4BlobKey
impl Sync for C4BlobKey
impl Unpin for C4BlobKey
impl UnwindSafe for C4BlobKey
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