Struct gdk_x11_sys::xlib::XExtCodes
source · [−]#[repr(C)]pub struct XExtCodes {
pub extension: i32,
pub major_opcode: i32,
pub first_event: i32,
pub first_error: i32,
}
Fields
extension: i32
major_opcode: i32
first_event: i32
first_error: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XExtCodes
impl UnwindSafe for XExtCodes
Blanket Implementations
Mutably borrows from an owned value. Read more