Struct onig_sys::OnigRepeatRange [] [src]

#[repr(C)]
pub struct OnigRepeatRange { pub lower: c_int, pub upper: c_int, }

Fields

Trait Implementations

impl Debug for OnigRepeatRange
[src]

Formats the value using the given formatter.

impl Clone for OnigRepeatRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OnigRepeatRange
[src]