#[repr(C)]pub struct xcb_create_cursor_request_t {Show 14 fields
pub major_opcode: u8,
pub pad0: u8,
pub length: u16,
pub cid: xcb_cursor_t,
pub source: xcb_pixmap_t,
pub mask: xcb_pixmap_t,
pub fore_red: u16,
pub fore_green: u16,
pub fore_blue: u16,
pub back_red: u16,
pub back_green: u16,
pub back_blue: u16,
pub x: u16,
pub y: u16,
}Fields§
§major_opcode: u8§pad0: u8§length: u16§cid: xcb_cursor_t§source: xcb_pixmap_t§mask: xcb_pixmap_t§fore_red: u16§fore_green: u16§fore_blue: u16§back_red: u16§back_green: u16§back_blue: u16§x: u16§y: u16Trait Implementations§
Source§impl Clone for xcb_create_cursor_request_t
impl Clone for xcb_create_cursor_request_t
Source§fn clone(&self) -> xcb_create_cursor_request_t
fn clone(&self) -> xcb_create_cursor_request_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_create_cursor_request_t
impl Debug for xcb_create_cursor_request_t
impl Copy for xcb_create_cursor_request_t
Auto Trait Implementations§
impl Freeze for xcb_create_cursor_request_t
impl RefUnwindSafe for xcb_create_cursor_request_t
impl Send for xcb_create_cursor_request_t
impl Sync for xcb_create_cursor_request_t
impl Unpin for xcb_create_cursor_request_t
impl UnwindSafe for xcb_create_cursor_request_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