[][src]Struct crossterm_winapi::WindowPositions

pub struct WindowPositions {
    pub left: i16,
    pub right: i16,
    pub bottom: i16,
    pub top: i16,
}

This is a wrapper for the locations of a rectangle.

It has left, right, bottom, top attributes.

Fields

left: i16right: i16bottom: i16top: i16

Trait Implementations

impl From<CONSOLE_SCREEN_BUFFER_INFO> for WindowPositions[src]

impl From<WindowPositions> for SMALL_RECT[src]

impl Clone for WindowPositions[src]

impl Copy for WindowPositions[src]

impl Default for WindowPositions[src]

impl Eq for WindowPositions[src]

impl PartialEq<WindowPositions> for WindowPositions[src]

impl Debug for WindowPositions[src]

impl StructuralPartialEq for WindowPositions[src]

impl StructuralEq for WindowPositions[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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