Struct wayland_protocols::wlr::unstable::screencopy::v1::client::zwlr_screencopy_manager_v1::ZwlrScreencopyManagerV1 [−][src]
pub struct ZwlrScreencopyManagerV1(_);
Implementations
pub fn capture_output(
&self,
overlay_cursor: i32,
output: &WlOutput
) -> Main<ZwlrScreencopyFrameV1>
pub fn capture_output(
&self,
overlay_cursor: i32,
output: &WlOutput
) -> Main<ZwlrScreencopyFrameV1>
capture an output
Capture the next frame of an entire output.
pub fn capture_output_region(
&self,
overlay_cursor: i32,
output: &WlOutput,
x: i32,
y: i32,
width: i32,
height: i32
) -> Main<ZwlrScreencopyFrameV1>
pub fn capture_output_region(
&self,
overlay_cursor: i32,
output: &WlOutput,
x: i32,
y: i32,
width: i32,
height: i32
) -> Main<ZwlrScreencopyFrameV1>
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.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ZwlrScreencopyManagerV1
impl Send for ZwlrScreencopyManagerV1
impl Sync for ZwlrScreencopyManagerV1
impl Unpin for ZwlrScreencopyManagerV1
impl !UnwindSafe for ZwlrScreencopyManagerV1
Blanket Implementations
Mutably borrows from an owned value. Read more