[][src]Struct tuifw_screen::HBand

pub struct HBand {
    pub t: i16,
    pub h: NonZeroI16,
}

Fields

t: i16h: NonZeroI16

Implementations

impl HBand[src]

pub fn with_t_b(t: i16, b: i16) -> Option<HBand>[src]

pub fn b(self) -> i16[src]

Trait Implementations

impl Clone for HBand[src]

impl Copy for HBand[src]

impl Debug for HBand[src]

impl Eq for HBand[src]

impl Hash for HBand[src]

impl PartialEq<HBand> for HBand[src]

impl StructuralEq for HBand[src]

impl StructuralPartialEq for HBand[src]

Auto Trait Implementations

impl RefUnwindSafe for HBand

impl Send for HBand

impl Sync for HBand

impl Unpin for HBand

impl UnwindSafe for HBand

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.