Union wasix::OptionHashU
source · #[repr(C)]
pub union OptionHashU {
pub none: u8,
pub some: Hash,
}Fields§
§none: u8§some: HashTrait Implementations§
source§impl Clone for OptionHashU
impl Clone for OptionHashU
source§fn clone(&self) -> OptionHashU
fn clone(&self) -> OptionHashU
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 more