pub type pcre2_general_context_32 = pcre2_real_general_context_32;
Aliased Type§
struct pcre2_general_context_32 { /* private fields */ }
Trait Implementations
Source§impl Clone for pcre2_real_general_context_32
impl Clone for pcre2_real_general_context_32
Source§fn clone(&self) -> pcre2_real_general_context_32
fn clone(&self) -> pcre2_real_general_context_32
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