#[repr(C)]pub struct _wkeDefaultPrinterSettings {
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_intAuto Trait Implementations§
impl Freeze for _wkeDefaultPrinterSettings
impl RefUnwindSafe for _wkeDefaultPrinterSettings
impl Send for _wkeDefaultPrinterSettings
impl Sync for _wkeDefaultPrinterSettings
impl Unpin for _wkeDefaultPrinterSettings
impl UnwindSafe for _wkeDefaultPrinterSettings
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