#[repr(C)]pub struct store_path_hash_part {
pub bytes: [u8; 20],
}Expand description
@brief A store path hash
Once decoded from “nix32” encoding, a store path hash is 20 raw bytes.
Fields§
§bytes: [u8; 20]Trait Implementations§
Source§impl Clone for store_path_hash_part
impl Clone for store_path_hash_part
Source§fn clone(&self) -> store_path_hash_part
fn clone(&self) -> store_path_hash_part
Returns a duplicate 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 store_path_hash_part
impl Debug for store_path_hash_part
impl Copy for store_path_hash_part
Auto Trait Implementations§
impl Freeze for store_path_hash_part
impl RefUnwindSafe for store_path_hash_part
impl Send for store_path_hash_part
impl Sync for store_path_hash_part
impl Unpin for store_path_hash_part
impl UnwindSafe for store_path_hash_part
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