Struct pilka_winit::winit::platform::unix::x11::ffi::XRRPanning[]

#[repr(C)]pub struct XRRPanning {
    pub timestamp: u64,
    pub left: u32,
    pub top: u32,
    pub width: u32,
    pub height: u32,
    pub track_left: u32,
    pub track_top: u32,
    pub track_width: u32,
    pub track_height: u32,
    pub border_left: i32,
    pub border_top: i32,
    pub border_right: i32,
    pub border_bottom: i32,
}

Fields

timestamp: u64left: u32top: u32width: u32height: u32track_left: u32track_top: u32track_width: u32track_height: u32border_left: i32border_top: i32border_right: i32border_bottom: i32

Trait Implementations

impl Clone for XRRPanning

impl Copy for XRRPanning

impl Debug for XRRPanning

impl PartialEq<XRRPanning> for XRRPanning

impl StructuralPartialEq for XRRPanning

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.