Struct imgui::ImStr[][src]

pub struct ImStr(_);

Methods

impl ImStr
[src]

Trait Implementations

impl AsRef<ImStr> for ImString
[src]

Performs the conversion.

impl Borrow<ImStr> for ImString
[src]

Immutably borrows from an owned value. Read more

impl Hash for ImStr
[src]

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

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

impl PartialEq for ImStr
[src]

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

This method tests for !=.

impl Eq for ImStr
[src]

impl PartialOrd for ImStr
[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 Ord for ImStr
[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<'a> Default for &'a ImStr
[src]

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

impl Debug for ImStr
[src]

Formats the value using the given formatter. Read more

impl AsRef<CStr> for ImStr
[src]

Performs the conversion.

impl AsRef<ImStr> for ImStr
[src]

Performs the conversion.

impl AsRef<str> for ImStr
[src]

Performs the conversion.

impl ToOwned for ImStr
[src]

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Auto Trait Implementations

impl Send for ImStr

impl Sync for ImStr