Struct ncursesw::normal::ColorPair[][src]

pub struct ColorPair { /* fields omitted */ }
Expand description

A color pair comprising of a foreground and background color.

Implementations

Safety

Set the screen of the ColorPair.

Use with caution!!! This function only need’s to be used if using the screen type functions and is provided to allow the alignment of the screen pointer with the screen that the ColorPair are for as this crate will apply a screen of None by default when retriving Attributes from functions such as attr_get() and wattr_get().

Trait Implementations

The resulting type after applying the | operator.

Performs the | operation. Read more

Implement the | operator for combining a ColorPair and an Attribute to produce Attributes

The resulting type after applying the | operator.

Performs the | operation. Read more

Implement the | operator for setting a ColorPair on a Attributes.

Note: as only one color pair can be applied to attributes at any one time any previously Or’d color_pair will be Xor’d out of the attributes before Or’ing the new color pair.

The resulting type after applying the | operator.

Performs the | operation. Read more

Implement the ^ operator for removing a ColorPair on a Attributes.

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

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

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.