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