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