Struct gdnative::RegExMatch [−][src]
pub struct RegExMatch { /* fields omitted */ }core class RegExMatch : Reference (reference counted)
Base class
RegExMatch inherits Reference and all of its methods.
Memory management
The lifetime of this object is automatically managed through reference counting.
Methods
impl RegExMatch[src]
impl RegExMatchpub fn as_reference(&self) -> Reference[src]
pub fn as_reference(&self) -> ReferenceUp-cast.
pub fn new() -> Self[src]
pub fn new() -> Selfpub fn new_ref(&self) -> Self[src]
pub fn new_ref(&self) -> SelfCreates a new reference to the same object.
pub fn get_subject(&self) -> GodotString[src]
pub fn get_subject(&self) -> GodotStringpub fn get_group_count(&self) -> i64[src]
pub fn get_group_count(&self) -> i64pub fn get_names(&self) -> Dictionary[src]
pub fn get_names(&self) -> Dictionarypub fn get_strings(&self) -> VariantArray[src]
pub fn get_strings(&self) -> VariantArraypub fn get_string(&self, name: Variant) -> GodotString[src]
pub fn get_string(&self, name: Variant) -> GodotStringpub fn get_start(&self, name: Variant) -> i64[src]
pub fn get_start(&self, name: Variant) -> i64pub fn get_end(&self, name: Variant) -> i64[src]
pub fn get_end(&self, name: Variant) -> i64pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Methods from Deref<Target = Reference>
pub fn as_object(&self) -> Object[src]
pub fn as_object(&self) -> ObjectUp-cast.
pub fn init_ref(&mut self) -> bool[src]
pub fn init_ref(&mut self) -> boolpub fn reference(&mut self) -> bool[src]
pub fn reference(&mut self) -> boolpub fn unreference(&mut self) -> bool[src]
pub fn unreference(&mut self) -> boolpub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Trait Implementations
impl GodotObject for RegExMatch[src]
impl GodotObject for RegExMatchfn class_name() -> &'static str[src]
fn class_name() -> &'static strunsafe fn from_sys(obj: *mut godot_object) -> Self[src]
unsafe fn from_sys(obj: *mut godot_object) -> Selfunsafe fn to_sys(&self) -> *mut godot_object[src]
unsafe fn to_sys(&self) -> *mut godot_objectimpl Deref for RegExMatch[src]
impl Deref for RegExMatchtype Target = Reference
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for RegExMatch[src]
impl DerefMut for RegExMatchimpl Drop for RegExMatch[src]
impl Drop for RegExMatchAuto Trait Implementations
impl !Send for RegExMatch
impl !Send for RegExMatchimpl !Sync for RegExMatch
impl !Sync for RegExMatch