#[repr(C)]pub struct ScreenshotPatch {
pub id: u32,
pub scale: Option<f64>,
}Expand description
Request to capture a screenshot from the chassis.
Fields§
§id: u32§scale: Option<f64>Trait Implementations§
Source§impl Debug for ScreenshotPatch
impl Debug for ScreenshotPatch
Source§impl Default for ScreenshotPatch
impl Default for ScreenshotPatch
Auto Trait Implementations§
impl Freeze for ScreenshotPatch
impl RefUnwindSafe for ScreenshotPatch
impl Send for ScreenshotPatch
impl Sync for ScreenshotPatch
impl Unpin for ScreenshotPatch
impl UnsafeUnpin for ScreenshotPatch
impl UnwindSafe for ScreenshotPatch
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