[][src]Struct breadx::auto::screensaver::QueryInfoReply

pub struct QueryInfoReply {
    pub reply_type: u8,
    pub state: u8,
    pub sequence: u16,
    pub length: u32,
    pub saver_window: Window,
    pub ms_until_server: u32,
    pub ms_since_user_input: u32,
    pub event_mask: u32,
    pub kind: Kind,
}

Fields

reply_type: u8state: u8sequence: u16length: u32saver_window: Windowms_until_server: u32ms_since_user_input: u32event_mask: u32kind: Kind

Trait Implementations

impl AsByteSequence for QueryInfoReply[src]

impl Clone for QueryInfoReply[src]

impl Debug for QueryInfoReply[src]

impl Default for QueryInfoReply[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> 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.