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