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