Struct wayland_client::protocol::wl_region::WlRegion
source · pub struct WlRegion(/* private fields */);
Implementations§
source§impl WlRegion
impl WlRegion
sourcepub fn destroy(&self)
pub fn destroy(&self)
destroy region
Destroy the region. This will invalidate the object ID.
This is a destructor, you cannot send requests to this object any longer once this method is called.
Trait Implementations§
source§impl Interface for WlRegion
impl Interface for WlRegion
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for WlRegion
impl PartialEq for WlRegion
impl Eq for WlRegion
impl StructuralEq for WlRegion
impl StructuralPartialEq for WlRegion
Auto Trait Implementations§
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