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