[][src]Trait wayland_protocols::unstable::idle_inhibit::v1::client::zwp_idle_inhibitor_v1::RequestsTrait

pub trait RequestsTrait {
    fn destroy(&self);
}

Required methods

fn destroy(&self)

destroy the idle inhibitor object

Remove the inhibitor effect from the associated wl_surface.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpIdleInhibitorV1>[src]

Loading content...

Implementors

Loading content...