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