pub struct PrinterDevice { /* private fields */ }Expand description
Represents a printer device.
Implementations§
Source§impl PrinterDevice
impl PrinterDevice
Sourcepub fn os_attributes(&self) -> u32
pub fn os_attributes(&self) -> u32
Get the printer device’s os attributes.
Trait Implementations§
Source§impl Clone for PrinterDevice
impl Clone for PrinterDevice
Source§fn clone(&self) -> PrinterDevice
fn clone(&self) -> PrinterDevice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrinterDevice
impl RefUnwindSafe for PrinterDevice
impl Send for PrinterDevice
impl Sync for PrinterDevice
impl Unpin for PrinterDevice
impl UnsafeUnpin for PrinterDevice
impl UnwindSafe for PrinterDevice
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