Struct glutin::platform::unix::x11::ffi::XRRPanning [−][src]
#[repr(C)]pub struct XRRPanning {}
Fields
timestamp: u64
left: u32
top: u32
width: u32
height: u32
track_left: u32
track_top: u32
track_width: u32
track_height: u32
border_left: i32
border_top: i32
border_right: i32
border_bottom: i32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XRRPanning
impl Send for XRRPanning
impl Sync for XRRPanning
impl Unpin for XRRPanning
impl UnwindSafe for XRRPanning
Blanket Implementations
Mutably borrows from an owned value. Read more