Struct wayland_client::protocol::wl_region::WlRegion [] [src]

pub struct WlRegion { /* fields omitted */ }

Methods

impl WlRegion
[src]

destroy region

Destroy the region. This will invalidate the object ID.

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

add rectangle to region

Add the specified rectangle to the region.

subtract rectangle from region

Subtract the specified rectangle from the region.

Trait Implementations

impl Send for WlRegion
[src]

impl Sync for WlRegion
[src]

impl Proxy for WlRegion
[src]

Pointer to the underlying wayland proxy object

Create an instance from a wayland pointer Read more

Create an instance from a wayland pointer Read more

Pointer to the interface representation

Internal wayland name of this interface

Max version of this interface supported

Current version of the interface this proxy is instanciated with

Check if the proxt behind this handle is actually still alive

Check of two handles are actually the same wayland object Read more