pub struct CaptureSnapshotResponse {
pub data: Option<Vec<u8>>,
pub image_codec: Option<ImageCodec>,
pub resolution: Option<VideoResolution>,
}Fields§
§data: Option<Vec<u8>>§image_codec: Option<ImageCodec>§resolution: Option<VideoResolution>Trait Implementations§
Source§impl Debug for CaptureSnapshotResponse
impl Debug for CaptureSnapshotResponse
Auto Trait Implementations§
impl Freeze for CaptureSnapshotResponse
impl RefUnwindSafe for CaptureSnapshotResponse
impl Send for CaptureSnapshotResponse
impl Sync for CaptureSnapshotResponse
impl Unpin for CaptureSnapshotResponse
impl UnwindSafe for CaptureSnapshotResponse
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