Struct miniblink_sys::_wkeScreenshotSettings
source · #[repr(C)]pub struct _wkeScreenshotSettings {
pub structSize: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§structSize: c_int§width: c_int§height: c_intTrait Implementations§
source§impl Clone for _wkeScreenshotSettings
impl Clone for _wkeScreenshotSettings
source§fn clone(&self) -> _wkeScreenshotSettings
fn clone(&self) -> _wkeScreenshotSettings
Returns a copy 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 _wkeScreenshotSettings
impl Debug for _wkeScreenshotSettings
impl Copy for _wkeScreenshotSettings
Auto Trait Implementations§
impl Freeze for _wkeScreenshotSettings
impl RefUnwindSafe for _wkeScreenshotSettings
impl Send for _wkeScreenshotSettings
impl Sync for _wkeScreenshotSettings
impl Unpin for _wkeScreenshotSettings
impl UnwindSafe for _wkeScreenshotSettings
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