Struct neko::dynamic::library::state::tooltip::Tooltip [] [src]

#[repr(C)]
pub struct Tooltip { /* fields omitted */ }

Methods

impl Tooltip
[src]

Return the height of the message, assuming all \n

Return the width of the message, assuming the characters between all \n

Trait Implementations

impl Copy for Tooltip
[src]

impl Index<usize> for Tooltip
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl Index<RangeTo<usize>> for Tooltip
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl PartialEq for Tooltip
[src]

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

This method tests for !=.

impl Display for Tooltip
[src]

Formats the value using the given formatter. Read more

impl Debug for Tooltip
[src]

Formats the value using the given formatter.

impl Clone for Tooltip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Tooltip
[src]

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