pub struct WlRegion;
Expand description
region interface
A region object describes an area.
Region objects are used to describe the opaque and input regions of a surface.
Trait Implementations§
Source§impl Interface for WlRegion
impl Interface for WlRegion
Source§const NAME: &'static str = "wl_region"
const NAME: &'static str = "wl_region"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for WlRegion
impl RefUnwindSafe for WlRegion
impl Send for WlRegion
impl Sync for WlRegion
impl Unpin for WlRegion
impl UnwindSafe for WlRegion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more