Struct onig_sys::re_pattern_buffer
source · #[repr(C)]pub struct re_pattern_buffer { /* private fields */ }
Trait Implementations§
source§impl Clone for re_pattern_buffer
impl Clone for re_pattern_buffer
source§fn clone(&self) -> re_pattern_buffer
fn clone(&self) -> re_pattern_buffer
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