[][src]Struct xcb::ffi::xfixes::xcb_xfixes_create_pointer_barrier_request_t

#[repr(C)]
pub struct xcb_xfixes_create_pointer_barrier_request_t {
    pub major_opcode: u8,
    pub minor_opcode: u8,
    pub length: u16,
    pub barrier: xcb_xfixes_barrier_t,
    pub window: xcb_window_t,
    pub x1: u16,
    pub y1: u16,
    pub x2: u16,
    pub y2: u16,
    pub directions: u32,
    pub pad0: [u8; 2],
    pub num_devices: u16,
}

Fields

major_opcode: u8minor_opcode: u8length: u16barrier: xcb_xfixes_barrier_twindow: xcb_window_tx1: u16y1: u16x2: u16y2: u16directions: u32pad0: [u8; 2]num_devices: u16

Auto Trait Implementations

impl Unpin for xcb_xfixes_create_pointer_barrier_request_t

impl Sync for xcb_xfixes_create_pointer_barrier_request_t

impl Send for xcb_xfixes_create_pointer_barrier_request_t

impl UnwindSafe for xcb_xfixes_create_pointer_barrier_request_t

impl RefUnwindSafe for xcb_xfixes_create_pointer_barrier_request_t

Blanket Implementations

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]