[][src]Struct gdnative_common::StringName

pub struct StringName(_);

Methods

impl StringName
[src]

pub fn from_str<S>(s: S) where
    S: AsRef<str>, 
[src]

pub fn from_c_str(s: &CStr) -> StringName
[src]

pub fn from_godot_string(s: &GodotString) -> StringName
[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 PartialOrd<StringName> for StringName
[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

#[must_use]
fn ge(&self, other: &Rhs) -> bool
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 Debug for StringName
[src]

impl Drop for StringName
[src]

impl PartialEq<StringName> for StringName
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for StringName

impl Sync for StringName

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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.

impl<T> Any for T where
    T: 'static + ?Sized
[src]