Struct wayland_protocols::wlr::unstable::screencopy::v1::client::zwlr_screencopy_frame_v1::ZwlrScreencopyFrameV1 [−][src]
pub struct ZwlrScreencopyFrameV1(_);
Implementations
impl ZwlrScreencopyFrameV1
[src][−]
pub fn copy(&self, buffer: &WlBuffer)
[src][−]
copy the frame
Copy the frame to the supplied buffer. The buffer must have a the correct size, see zwlr_screencopy_frame_v1.buffer and zwlr_screencopy_frame_v1.linux_dmabuf. The buffer needs to have a supported format.
If the frame is successfully copied, a “flags” and a “ready” events are sent. Otherwise, a “failed” event is sent.
pub fn destroy(&self)
[src][−]
delete this object, used or not
Destroys the frame. This request can be sent at any time by the client.
This is a destructor, you cannot send requests to this object any longer once this method is called.
pub fn copy_with_damage(&self, buffer: &WlBuffer)
[src][−]
copy the frame when it’s damaged
Same as copy, except it waits until there is damage to copy.
Only available since version 2 of the interface.
Trait Implementations
impl AsRef<Proxy<ZwlrScreencopyFrameV1>> for ZwlrScreencopyFrameV1
[src][+]
impl Clone for ZwlrScreencopyFrameV1
[src][+]
impl Debug for ZwlrScreencopyFrameV1
[src][+]
impl Eq for ZwlrScreencopyFrameV1
[src]
impl From<Proxy<ZwlrScreencopyFrameV1>> for ZwlrScreencopyFrameV1
[src][+]
impl Interface for ZwlrScreencopyFrameV1
[src][+]
impl PartialEq<ZwlrScreencopyFrameV1> for ZwlrScreencopyFrameV1
[src][+]
impl StructuralEq for ZwlrScreencopyFrameV1
[src]
impl StructuralPartialEq for ZwlrScreencopyFrameV1
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ZwlrScreencopyFrameV1
impl Send for ZwlrScreencopyFrameV1
impl Sync for ZwlrScreencopyFrameV1
impl Unpin for ZwlrScreencopyFrameV1
impl !UnwindSafe for ZwlrScreencopyFrameV1
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,