pub struct ZauraShell;
Expand description
aura_shell
The global interface exposing aura shell capabilities is used to instantiate an interface extension for a wl_surface object. This extended interface will then allow the client to use aura shell specific functionality.
Trait Implementations§
Source§impl Debug for ZauraShell
impl Debug for ZauraShell
Source§impl Interface for ZauraShell
impl Interface for ZauraShell
Source§const NAME: &'static str = "zaura_shell"
const NAME: &'static str = "zaura_shell"
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 ZauraShell
impl RefUnwindSafe for ZauraShell
impl Send for ZauraShell
impl Sync for ZauraShell
impl Unpin for ZauraShell
impl UnwindSafe for ZauraShell
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