Struct rb_sys::bindings::OnigMetaCharTableType
source · #[repr(C)]pub struct OnigMetaCharTableType {
pub esc: OnigCodePoint,
pub anychar: OnigCodePoint,
pub anytime: OnigCodePoint,
pub zero_or_one_time: OnigCodePoint,
pub one_or_more_time: OnigCodePoint,
pub anychar_anytime: OnigCodePoint,
}Fields§
§esc: OnigCodePoint§anychar: OnigCodePoint§anytime: OnigCodePoint§zero_or_one_time: OnigCodePoint§one_or_more_time: OnigCodePoint§anychar_anytime: OnigCodePointTrait Implementations§
source§impl Clone for OnigMetaCharTableType
impl Clone for OnigMetaCharTableType
source§fn clone(&self) -> OnigMetaCharTableType
fn clone(&self) -> OnigMetaCharTableType
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