Struct wasmcloud_component::wasi::filesystem::types::MetadataHashValue
source · #[repr(C)]pub struct MetadataHashValue {
pub lower: u64,
pub upper: u64,
}Expand description
A 128-bit hash value, split into parts because wasm doesn’t have a 128-bit integer type.
Fields§
§lower: u6464 bits of a 128-bit hash value.
upper: u64Another 64 bits of a 128-bit hash value.
Trait Implementations§
source§impl Clone for MetadataHashValue
impl Clone for MetadataHashValue
source§fn clone(&self) -> MetadataHashValue
fn clone(&self) -> MetadataHashValue
Returns a copy 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 MetadataHashValue
impl Debug for MetadataHashValue
impl Copy for MetadataHashValue
Auto Trait Implementations§
impl Freeze for MetadataHashValue
impl RefUnwindSafe for MetadataHashValue
impl Send for MetadataHashValue
impl Sync for MetadataHashValue
impl Unpin for MetadataHashValue
impl UnwindSafe for MetadataHashValue
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)