#[repr(C)]pub struct xcb_setup_t {Show 20 fields
pub status: u8,
pub pad0: u8,
pub protocol_major_version: u16,
pub protocol_minor_version: u16,
pub length: u16,
pub release_number: u32,
pub resource_id_base: u32,
pub resource_id_mask: u32,
pub motion_buffer_size: u32,
pub vendor_len: u16,
pub maximum_request_length: u16,
pub roots_len: u8,
pub pixmap_formats_len: u8,
pub image_byte_order: u8,
pub bitmap_format_bit_order: u8,
pub bitmap_format_scanline_unit: u8,
pub bitmap_format_scanline_pad: u8,
pub min_keycode: xcb_keycode_t,
pub max_keycode: xcb_keycode_t,
pub pad1: [u8; 4],
}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]Trait Implementations§
Source§impl Clone for xcb_setup_t
impl Clone for xcb_setup_t
Source§fn clone(&self) -> xcb_setup_t
fn clone(&self) -> xcb_setup_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for xcb_setup_t
impl Debug for xcb_setup_t
impl Copy for xcb_setup_t
Auto Trait Implementations§
impl Freeze for xcb_setup_t
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more