#[repr(C)]pub struct _mbDefaultPrinterSettings {
pub structSize: c_int,
pub isLandscape: BOOL,
pub isPrintHeadFooter: BOOL,
pub isPrintBackgroud: BOOL,
pub edgeDistanceLeft: c_int,
pub edgeDistanceTop: c_int,
pub edgeDistanceRight: c_int,
pub edgeDistanceBottom: c_int,
pub copies: c_int,
pub paperType: c_int,
}Fields§
§structSize: c_int§isLandscape: BOOL§isPrintBackgroud: BOOL§edgeDistanceLeft: c_int§edgeDistanceTop: c_int§edgeDistanceRight: c_int§edgeDistanceBottom: c_int§copies: c_int§paperType: c_intTrait Implementations§
Source§impl Clone for _mbDefaultPrinterSettings
impl Clone for _mbDefaultPrinterSettings
Source§fn clone(&self) -> _mbDefaultPrinterSettings
fn clone(&self) -> _mbDefaultPrinterSettings
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 _mbDefaultPrinterSettings
impl Debug for _mbDefaultPrinterSettings
impl Copy for _mbDefaultPrinterSettings
Auto Trait Implementations§
impl Freeze for _mbDefaultPrinterSettings
impl RefUnwindSafe for _mbDefaultPrinterSettings
impl Send for _mbDefaultPrinterSettings
impl Sync for _mbDefaultPrinterSettings
impl Unpin for _mbDefaultPrinterSettings
impl UnwindSafe for _mbDefaultPrinterSettings
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