Struct wasix::OptionHash
source · #[repr(C)]pub struct OptionHash {
pub tag: u8,
pub u: OptionHashU,
}Fields§
§tag: u8§u: OptionHashUTrait Implementations§
source§impl Clone for OptionHash
impl Clone for OptionHash
source§fn clone(&self) -> OptionHash
fn clone(&self) -> OptionHash
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