[][src]Struct wayland_protocols::presentation_time::client::wp_presentation::WpPresentation

pub struct WpPresentation(_);

Implementations

impl WpPresentation[src]

pub fn destroy(&self)[src]

unbind from the presentation interface

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 feedback(&self, surface: &WlSurface) -> Main<WpPresentationFeedback>[src]

request presentation feedback information

Request presentation feedback for the current content submission on the given surface. This creates a new presentation_feedback object, which will deliver the feedback information once. If multiple presentation_feedback objects are created for the same submission, they will all deliver the same information.

For details on what information is returned, see the presentation_feedback interface.

Trait Implementations

impl AsRef<Proxy<WpPresentation>> for WpPresentation[src]

impl Clone for WpPresentation[src]

impl Debug for WpPresentation[src]

impl Eq for WpPresentation[src]

impl From<Proxy<WpPresentation>> for WpPresentation[src]

impl From<WpPresentation> for Proxy<WpPresentation>[src]

impl Interface for WpPresentation[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

impl PartialEq<WpPresentation> for WpPresentation[src]

impl StructuralEq for WpPresentation[src]

impl StructuralPartialEq for WpPresentation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.