Struct squirrel_sys::SQRexMatch
[−]
[src]
#[repr(C)]pub struct SQRexMatch { pub begin: *const SQChar, pub len: SQInteger, }
Fields
begin: *const SQChar
len: SQInteger
Trait Implementations
impl Debug for SQRexMatch[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more