Struct wayland_protocols::presentation_time::client::wp_presentation::WpPresentation [−][src]
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 Interface for WpPresentation
[src][+]
impl PartialEq<WpPresentation> for WpPresentation
[src][+]
impl StructuralEq for WpPresentation
[src]
impl StructuralPartialEq for WpPresentation
[src]
Auto Trait Implementations
impl !RefUnwindSafe for WpPresentation
impl Send for WpPresentation
impl Sync for WpPresentation
impl Unpin for WpPresentation
impl !UnwindSafe for WpPresentation
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,
impl<T> From<T> for T
[src][+]
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,