Struct pcre2_sys::pcre2_real_match_context_16[][src]

#[repr(C)]
pub struct pcre2_real_match_context_16 { /* fields omitted */ }

Trait Implementations

impl Debug for pcre2_real_match_context_16
[src]

Formats the value using the given formatter. Read more

impl Copy for pcre2_real_match_context_16
[src]

impl Clone for pcre2_real_match_context_16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations