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