Struct xcb::ffi::xproto::xcb_setup_t [−][src]
Fields
status: u8
pad0: u8
protocol_major_version: u16
protocol_minor_version: u16
length: u16
release_number: u32
resource_id_base: u32
resource_id_mask: u32
motion_buffer_size: u32
vendor_len: u16
maximum_request_length: u16
roots_len: u8
pixmap_formats_len: u8
image_byte_order: u8
bitmap_format_bit_order: u8
bitmap_format_scanline_unit: u8
bitmap_format_scanline_pad: u8
min_keycode: xcb_keycode_t
max_keycode: xcb_keycode_t
pad1: [u8; 4]
Auto Trait Implementations
impl RefUnwindSafe for xcb_setup_t
impl Send for xcb_setup_t
impl Sync for xcb_setup_t
impl Unpin for xcb_setup_t
impl UnwindSafe for xcb_setup_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,