Struct squirrel_sys::SQRexMatch [] [src]

#[repr(C)]
pub struct SQRexMatch { pub begin: *const SQChar, pub len: SQInteger, }

Fields

Trait Implementations

impl Debug for SQRexMatch
[src]

Formats the value using the given formatter.

impl Copy for SQRexMatch
[src]

impl Clone for SQRexMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more