[−][src]Enum wayland_protocols::wlr::unstable::screencopy::v1::client::zwlr_screencopy_manager_v1::Request
Variants
CaptureOutput
capture an output
Capture the next frame of an entire output.
Fields of CaptureOutput
CaptureOutputRegion
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.
Fields of CaptureOutputRegion
Destroy
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
impl MessageGroup for Request
[src][+]
Auto Trait Implementations
impl Unpin for Request
impl Sync for Request
impl Send for Request
impl !UnwindSafe for Request
impl !RefUnwindSafe for Request
Blanket Implementations
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>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,