Struct wayland_protocols::unstable::input_timestamps::v1::client::zwp_input_timestamps_v1::ZwpInputTimestampsV1 [−][src]
pub struct ZwpInputTimestampsV1(_);
Implementations
destroy the input timestamps object
Informs the server that the client will no longer be using this protocol object. After the server processes the request, no more timestamp events will be emitted.
This is a destructor, you cannot send requests to this object any longer once this method is called.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ZwpInputTimestampsV1
impl Send for ZwpInputTimestampsV1
impl Sync for ZwpInputTimestampsV1
impl Unpin for ZwpInputTimestampsV1
impl !UnwindSafe for ZwpInputTimestampsV1
Blanket Implementations
Mutably borrows from an owned value. Read more