Struct imgui::ImString [] [src]

pub struct ImString(_);

Methods

impl ImString
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = ImStr>

[src]

[src]

Trait Implementations

impl Clone for ImString
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for ImString
[src]

[src]

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

1.3.0
[src]

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

impl Ord for ImString
[src]

[src]

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

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Eq for ImString
[src]

impl PartialOrd for ImString
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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]

[src]

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

[src]

This method tests for !=.

impl<'a> Default for ImString
[src]

[src]

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

impl From<String> for ImString
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl AsRef<ImStr> for ImString
[src]

[src]

Performs the conversion.

impl Borrow<ImStr> for ImString
[src]

[src]

Immutably borrows from an owned value. Read more

impl AsRef<str> for ImString
[src]

[src]

Performs the conversion.

impl Borrow<str> for ImString
[src]

[src]

Immutably borrows from an owned value. Read more

impl Index<RangeFull> for ImString
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Debug for ImString
[src]

[src]

Formats the value using the given formatter.

impl Deref for ImString
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.