Struct miniblink_sys::_wkePrintSettings
source · #[repr(C)]pub struct _wkePrintSettings {
pub structSize: c_int,
pub dpi: c_int,
pub width: c_int,
pub height: c_int,
pub marginTop: c_int,
pub marginBottom: c_int,
pub marginLeft: c_int,
pub marginRight: c_int,
pub isPrintPageHeadAndFooter: BOOL,
pub isPrintBackgroud: BOOL,
pub isLandscape: BOOL,
pub isPrintToMultiPage: BOOL,
}Fields§
§structSize: c_int§dpi: c_int§width: c_int§height: c_int§marginTop: c_int§marginBottom: c_int§marginLeft: c_int§marginRight: c_int§isPrintBackgroud: BOOL§isLandscape: BOOL§isPrintToMultiPage: BOOLTrait Implementations§
source§impl Clone for _wkePrintSettings
impl Clone for _wkePrintSettings
source§fn clone(&self) -> _wkePrintSettings
fn clone(&self) -> _wkePrintSettings
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 _wkePrintSettings
impl Debug for _wkePrintSettings
impl Copy for _wkePrintSettings
Auto Trait Implementations§
impl Freeze for _wkePrintSettings
impl RefUnwindSafe for _wkePrintSettings
impl Send for _wkePrintSettings
impl Sync for _wkePrintSettings
impl Unpin for _wkePrintSettings
impl UnwindSafe for _wkePrintSettings
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