pub struct ZauraSurface;
Expand description
aura shell interface to a wl_surface
An additional interface to a wl_surface object, which allows the client to access aura shell specific functionality for surface.
Trait Implementations§
Source§impl Debug for ZauraSurface
impl Debug for ZauraSurface
Source§impl Interface for ZauraSurface
impl Interface for ZauraSurface
Source§const NAME: &'static str = "zaura_surface"
const NAME: &'static str = "zaura_surface"
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 ZauraSurface
impl RefUnwindSafe for ZauraSurface
impl Send for ZauraSurface
impl Sync for ZauraSurface
impl Unpin for ZauraSurface
impl UnwindSafe for ZauraSurface
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