Struct allegro::core::MonitorInfo[][src]

pub struct MonitorInfo {
    pub x1: i32,
    pub y1: i32,
    pub x2: i32,
    pub y2: i32,
}

Extents of a monitor.

Fields

x1: i32y1: i32x2: i32y2: i32

Trait Implementations

impl Clone for MonitorInfo[src]

impl Copy for MonitorInfo[src]

impl Debug for MonitorInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for MonitorInfo

impl Send for MonitorInfo

impl Sync for MonitorInfo

impl Unpin for MonitorInfo

impl UnwindSafe for MonitorInfo

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.