Struct xcb_dl::XcbXtest[][src]

pub struct XcbXtest { /* fields omitted */ }
Expand description

A dynamically loaded libxcb-xtest.

Implementations

The libxcb identifier of the Test extension.

Returns true iff the symbol xcb_test_id could be loaded.

Sends a Test::GetVersion request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_test_get_version_reply.

Returns true iff the symbol xcb_test_get_version could be loaded.

Sends a Test::GetVersion request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_test_get_version_reply.

Returns true iff the symbol xcb_test_get_version_unchecked could be loaded.

Waits for the reply to a Test::GetVersion request.

Returns true iff the symbol xcb_test_get_version_reply could be loaded.

Sends a Test::CompareCursor request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_test_compare_cursor_reply.

Returns true iff the symbol xcb_test_compare_cursor could be loaded.

Sends a Test::CompareCursor request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_test_compare_cursor_reply.

Returns true iff the symbol xcb_test_compare_cursor_unchecked could be loaded.

Waits for the reply to a Test::CompareCursor request.

Returns true iff the symbol xcb_test_compare_cursor_reply could be loaded.

Sends a Test::FakeInput request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_test_fake_input_checked could be loaded.

Sends a Test::FakeInput request (unchecked).

Returns true iff the symbol xcb_test_fake_input could be loaded.

Sends a Test::GrabControl request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_test_grab_control_checked could be loaded.

Sends a Test::GrabControl request (unchecked).

Returns true iff the symbol xcb_test_grab_control could be loaded.

Loads the library from the default location.

Loads the library from the default location, potentially loading an incompatible SO version.

For example, this function first tries to load libxcb.so.1. If this fails, it tries to load libxcb.so.

Loads the library from the specified path.

Trait Implementations

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.