#[repr(C)]pub struct _mbScreenshotSettings {
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 _mbScreenshotSettings
impl Clone for _mbScreenshotSettings
Source§fn clone(&self) -> _mbScreenshotSettings
fn clone(&self) -> _mbScreenshotSettings
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 _mbScreenshotSettings
impl Debug for _mbScreenshotSettings
impl Copy for _mbScreenshotSettings
Auto Trait Implementations§
impl Freeze for _mbScreenshotSettings
impl RefUnwindSafe for _mbScreenshotSettings
impl Send for _mbScreenshotSettings
impl Sync for _mbScreenshotSettings
impl Unpin for _mbScreenshotSettings
impl UnsafeUnpin for _mbScreenshotSettings
impl UnwindSafe for _mbScreenshotSettings
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