Struct imgui::ImString[][src]

pub struct ImString(_);

Methods

impl ImString
[src]

Methods from Deref<Target = ImStr>

Trait Implementations

impl Clone for ImString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ImString
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for ImString
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for ImString
[src]

impl PartialOrd for ImString
[src]

This method returns an ordering between self and other values if one exists. Read more

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

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

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

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

impl PartialEq for ImString
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Default for ImString
[src]

Returns the "default value" for a type. Read more

impl From<String> for ImString
[src]

Performs the conversion.

impl<'a, T: ?Sized + AsRef<ImStr>> From<&'a T> for ImString
[src]

Performs the conversion.

impl AsRef<ImStr> for ImString
[src]

Performs the conversion.

impl Borrow<ImStr> for ImString
[src]

Immutably borrows from an owned value. Read more

impl AsRef<str> for ImString
[src]

Performs the conversion.

impl Borrow<str> for ImString
[src]

Immutably borrows from an owned value. Read more

impl Index<RangeFull> for ImString
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl Debug for ImString
[src]

Formats the value using the given formatter. Read more

impl Deref for ImString
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl Send for ImString

impl Sync for ImString