[−][src]Struct gdnative_core::StringName
Methods
impl StringName[src]
impl StringNamepub fn from_str<S>(s: S) where | [src] |
pub fn from_c_str(s: &CStr) -> Self | [src] |
pub fn from_godot_string(s: &GodotString) -> Self | [src] |
pub fn get_hash(&self) -> u32 | [src] |
pub fn get_name(&self) -> GodotString | [src] |
pub fn operator_less(&self, s: &StringName) -> bool | [src] |
Trait Implementations
impl Eq for StringName[src]
impl Eq for StringNameimpl Drop for StringName[src]
impl Drop for StringNameimpl PartialOrd<StringName> for StringName[src]
impl PartialOrd<StringName> for StringNamefn partial_cmp(&self, other: &StringName) -> Option<Ordering> | [src] |
| 1.0.0 [src] |
This method tests less than (for self and other) and is used by the < operator. Read more
| 1.0.0 [src] |
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
| 1.0.0 [src] |
This method tests greater than (for self and other) and is used by the > operator. Read more
| 1.0.0 [src] |
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq<StringName> for StringName[src]
impl PartialEq<StringName> for StringNamefn eq(&self, other: &Self) -> bool | [src] |
| 1.0.0 [src] |
This method tests for !=.
impl Debug for StringName[src]
impl Debug for StringNameAuto Trait Implementations
impl Send for StringName
impl Send for StringNameimpl Sync for StringName
impl Sync for StringNameBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |