Type Alias pcre2_general_context_32

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for pcre2_real_general_context_32

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for pcre2_real_general_context_32