pub struct Attributes { /* private fields */ }
Expand description

Termianl Attributes.

Implementations

Safety

Set the screen pointer of the Attributes.

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 Attributes 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().

Return the ColorPair associated with the Attributes.

Trait Implementations

Performs the conversion.

Performs the conversion.

Implement the | operator for adding an Attribute to Attributes

The resulting type after applying the | operator.

Performs the | operation. Read more

Implement the | operator for adding Attributes to Attributes

The resulting type after applying the | operator.

Performs the | operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

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 disabling an Attribute from Attributes

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Implement the ^ operator for removing Attributes from Attributes

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

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.

Performs the conversion.

Feeds this value into the given Hasher. Read more

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

Performs the conversion.

Performs the conversion.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.