Struct termrect::style::StyleAttrs[]

pub struct StyleAttrs(pub u16);

Trait Implementations

impl<T> BitRange<T> for StyleAttrs where
    u16: BitRange<T>, 

Get a range of bits.

Set a range of bits.

impl Debug for StyleAttrs

Formats the value using the given formatter. Read more

impl Copy for StyleAttrs
[src]

impl Clone for StyleAttrs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StyleAttrs
[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 StyleAttrs
[src]

Auto Trait Implementations

impl Send for StyleAttrs

impl Sync for StyleAttrs