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