[−][src]Struct xcb::ffi::xproto::xcb_configure_window_request_t
Configures window attributes
Configures a window's size, position, border width and stacking order.
Fields
major_opcode: u8
pad0: u8
length: u16
window: xcb_window_t
The window to configure.
value_mask: u16
Bitmask of attributes to change.
pad1: [u8; 2]
Auto Trait Implementations
impl Unpin for xcb_configure_window_request_t
impl Sync for xcb_configure_window_request_t
impl Send for xcb_configure_window_request_t
impl UnwindSafe for xcb_configure_window_request_t
impl RefUnwindSafe for xcb_configure_window_request_t
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,