[−][src]Struct wayland_protocols::unstable::input_timestamps::v1::client::zwp_input_timestamps_manager_v1::ZwpInputTimestampsManagerV1
Implementations
impl ZwpInputTimestampsManagerV1
[src]
pub fn destroy(&self)
[src]
destroy the input timestamps manager object
Informs the server that the client will no longer be using this protocol object. Existing objects created by this object are not affected.
This is a destructor, you cannot send requests to this object any longer once this method is called.
pub fn get_keyboard_timestamps<F>(
&self,
keyboard: &WlKeyboard,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
[src]
&self,
keyboard: &WlKeyboard,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
subscribe to high-resolution keyboard timestamp events
Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_keyboard events that carry a timestamp.
If the associated wl_keyboard object is invalidated, either through client action (e.g. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1.destroy.
pub fn get_pointer_timestamps<F>(
&self,
pointer: &WlPointer,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
[src]
&self,
pointer: &WlPointer,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
subscribe to high-resolution pointer timestamp events
Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_pointer events that carry a timestamp.
If the associated wl_pointer object is invalidated, either through client action (e.g. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1.destroy.
pub fn get_touch_timestamps<F>(
&self,
touch: &WlTouch,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
[src]
&self,
touch: &WlTouch,
implementor: F
) -> Result<ZwpInputTimestampsV1, ()> where
F: FnOnce(NewProxy<ZwpInputTimestampsV1>) -> ZwpInputTimestampsV1,
subscribe to high-resolution touch timestamp events
Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_touch events that carry a timestamp.
If the associated wl_touch object becomes invalid, either through client action (e.g. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1.destroy.
Trait Implementations
impl AsRef<Proxy<ZwpInputTimestampsManagerV1>> for ZwpInputTimestampsManagerV1
[src]
impl Clone for ZwpInputTimestampsManagerV1
[src]
fn clone(&self) -> ZwpInputTimestampsManagerV1
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for ZwpInputTimestampsManagerV1
[src]
impl From<Proxy<ZwpInputTimestampsManagerV1>> for ZwpInputTimestampsManagerV1
[src]
impl From<ZwpInputTimestampsManagerV1> for Proxy<ZwpInputTimestampsManagerV1>
[src]
fn from(value: ZwpInputTimestampsManagerV1) -> Self
[src]
impl<T: EventHandler> HandledBy<T> for ZwpInputTimestampsManagerV1
[src]
impl Interface for ZwpInputTimestampsManagerV1
[src]
type Request = Request
Set of requests associated to this interface Read more
type Event = Event
Set of events associated to this interface Read more
const NAME: &'static str
[src]
const VERSION: u32
[src]
fn c_interface() -> *const wl_interface
[src]
impl PartialEq<ZwpInputTimestampsManagerV1> for ZwpInputTimestampsManagerV1
[src]
fn eq(&self, other: &ZwpInputTimestampsManagerV1) -> bool
[src]
fn ne(&self, other: &ZwpInputTimestampsManagerV1) -> bool
[src]
impl StructuralEq for ZwpInputTimestampsManagerV1
[src]
impl StructuralPartialEq for ZwpInputTimestampsManagerV1
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ZwpInputTimestampsManagerV1
impl Send for ZwpInputTimestampsManagerV1
impl Sync for ZwpInputTimestampsManagerV1
impl Unpin for ZwpInputTimestampsManagerV1
impl !UnwindSafe for ZwpInputTimestampsManagerV1
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<M, I> HandledBy<Sink<M>> for I where
I: Interface,
M: From<(<I as Interface>::Event, I)>,
[src]
I: Interface,
M: From<(<I as Interface>::Event, I)>,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,