pub struct ScreenCapturePayload {
pub layer: Option<u8>,
}
Fields§
§layer: Option<u8>
Optionally, a specific LogiCVC layer to capture.
Trait Implementations§
Source§impl Clone for ScreenCapturePayload
impl Clone for ScreenCapturePayload
Source§fn clone(&self) -> ScreenCapturePayload
fn clone(&self) -> ScreenCapturePayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScreenCapturePayload
impl Debug for ScreenCapturePayload
Source§impl Encode for ScreenCapturePayload
impl Encode for ScreenCapturePayload
Source§impl PartialEq for ScreenCapturePayload
impl PartialEq for ScreenCapturePayload
impl Copy for ScreenCapturePayload
impl Eq for ScreenCapturePayload
impl StructuralPartialEq for ScreenCapturePayload
Auto Trait Implementations§
impl Freeze for ScreenCapturePayload
impl RefUnwindSafe for ScreenCapturePayload
impl Send for ScreenCapturePayload
impl Sync for ScreenCapturePayload
impl Unpin for ScreenCapturePayload
impl UnwindSafe for ScreenCapturePayload
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