Struct xcb::ExtensionData[][src]

pub struct ExtensionData {
    pub ext: Extension,
    pub major_opcode: u8,
    pub first_event: u8,
    pub first_error: u8,
}
Expand description

Extension data as returned by each extensions get_extension_data.

See crate::bigreq::get_extension_data as example.

Fields

ext: Extensionmajor_opcode: u8first_event: u8first_error: u8

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.