[][src]Trait wayland_protocols::unstable::relative_pointer::v1::client::zwp_relative_pointer_v1::RequestsTrait

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

Required methods

fn destroy(&self)

release the relative pointer object

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<ZwpRelativePointerV1>[src]

Loading content...

Implementors

Loading content...