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