Struct windows::Win32::Graphics::Printing::BranchOfficeJobDataRendered
#[repr(C)]pub struct BranchOfficeJobDataRendered {
pub Size: i64,
pub ICMMethod: u32,
pub Color: i16,
pub PrintQuality: i16,
pub YResolution: i16,
pub Copies: i16,
pub TTOption: i16,
}
Fields§
§Size: i64
§ICMMethod: u32
§Color: i16
§PrintQuality: i16
§YResolution: i16
§Copies: i16
§TTOption: i16
Trait Implementations§
§impl Clone for BranchOfficeJobDataRendered
impl Clone for BranchOfficeJobDataRendered
§fn clone(&self) -> BranchOfficeJobDataRendered
fn clone(&self) -> BranchOfficeJobDataRendered
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 more§impl Debug for BranchOfficeJobDataRendered
impl Debug for BranchOfficeJobDataRendered
§impl Default for BranchOfficeJobDataRendered
impl Default for BranchOfficeJobDataRendered
§impl PartialEq for BranchOfficeJobDataRendered
impl PartialEq for BranchOfficeJobDataRendered
§fn eq(&self, other: &BranchOfficeJobDataRendered) -> bool
fn eq(&self, other: &BranchOfficeJobDataRendered) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BranchOfficeJobDataRendered
impl Eq for BranchOfficeJobDataRendered
impl StructuralPartialEq for BranchOfficeJobDataRendered
Auto Trait Implementations§
impl Freeze for BranchOfficeJobDataRendered
impl RefUnwindSafe for BranchOfficeJobDataRendered
impl Send for BranchOfficeJobDataRendered
impl Sync for BranchOfficeJobDataRendered
impl Unpin for BranchOfficeJobDataRendered
impl UnwindSafe for BranchOfficeJobDataRendered
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)