pub struct ScreenshotData {
pub bytes: Vec<u8>,
}Fields§
§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for ScreenshotData
impl Clone for ScreenshotData
Source§fn clone(&self) -> ScreenshotData
fn clone(&self) -> ScreenshotData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScreenshotData
impl RefUnwindSafe for ScreenshotData
impl Send for ScreenshotData
impl Sync for ScreenshotData
impl Unpin for ScreenshotData
impl UnsafeUnpin for ScreenshotData
impl UnwindSafe for ScreenshotData
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