Struct libregexp_sys::packed_u64
source · #[repr(C, packed)]pub struct packed_u64 {
pub v: u64,
}
Fields§
§v: u64
Trait Implementations§
source§impl Clone for packed_u64
impl Clone for packed_u64
source§fn clone(&self) -> packed_u64
fn clone(&self) -> packed_u64
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