Enum wayland_protocols::wlr::unstable::screencopy::v1::client::zwlr_screencopy_manager_v1::Request [−][src]
#[non_exhaustive] pub enum Request { CaptureOutput { overlay_cursor: i32, output: WlOutput, }, CaptureOutputRegion { overlay_cursor: i32, output: WlOutput, x: i32, y: i32, width: i32, height: i32, }, Destroy, }
Variants (Non-exhaustive)
capture an output
Capture the next frame of an entire output.
capture an output’s region
Capture the next frame of an output’s region.
The region is given in output logical coordinates, see xdg_output.logical_size. The region will be clipped to the output’s extents.
destroy the manager
All objects created by the manager will still remain valid, until their appropriate destroy request has been called.
This is a destructor, once sent this object cannot be used any longer.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl !UnwindSafe for Request
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,