[][src]Struct escl_scan::structs::PlatenInputCaps

pub struct PlatenInputCaps {
    pub min_width: u16,
    pub max_width: i16,
    pub min_height: i16,
    pub max_height: i16,
    pub max_scan_regions: u16,
    pub max_optical_xresolution: u16,
    pub max_optical_yresolution: u16,
    pub risky_left_margin: u16,
    pub risky_right_margin: u16,
    pub risky_top_margin: u16,
    pub risky_bottom_margin: u16,
}

Fields

min_width: u16max_width: i16min_height: i16max_height: i16max_scan_regions: u16max_optical_xresolution: u16max_optical_yresolution: u16risky_left_margin: u16risky_right_margin: u16risky_top_margin: u16risky_bottom_margin: u16

Trait Implementations

impl Debug for PlatenInputCaps[src]

impl Default for PlatenInputCaps[src]

impl<'de> Deserialize<'de> for PlatenInputCaps[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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