pub struct WlOutput;
Expand description
compositor output region
An output describes part of the compositor geometry. The compositor works in the ‘compositor coordinate system’ and an output corresponds to a rectangular area in that space that is actually visible. This typically corresponds to a monitor that displays part of the compositor space. This object is published as global during start up, or when a monitor is hotplugged.
Trait Implementations§
Source§impl Interface for WlOutput
impl Interface for WlOutput
Source§const NAME: &'static str = "wl_output"
const NAME: &'static str = "wl_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 WlOutput
impl RefUnwindSafe for WlOutput
impl Send for WlOutput
impl Sync for WlOutput
impl Unpin for WlOutput
impl UnwindSafe for WlOutput
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