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