Struct PrintMediaType
#[repr(transparent)]pub struct PrintMediaType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl PrintMediaType
impl PrintMediaType
pub const Default: Self
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const AutoSelect: Self
pub const Archival: Self
pub const BackPrintFilm: Self
pub const Bond: Self
pub const CardStock: Self
pub const Continuous: Self
pub const EnvelopePlain: Self
pub const EnvelopeWindow: Self
pub const Fabric: Self
pub const HighResolution: Self
pub const Label: Self
pub const MultiLayerForm: Self
pub const MultiPartForm: Self
pub const Photographic: Self
pub const PhotographicFilm: Self
pub const PhotographicGlossy: Self
pub const PhotographicHighGloss: Self
pub const PhotographicMatte: Self
pub const PhotographicSatin: Self
pub const PhotographicSemiGloss: Self
pub const Plain: Self
pub const Screen: Self
pub const ScreenPaged: Self
pub const Stationery: Self
pub const TabStockFull: Self
pub const TabStockPreCut: Self
pub const Transparency: Self
pub const TShirtTransfer: Self
pub const None: Self
Trait Implementations§
§impl Clone for PrintMediaType
impl Clone for PrintMediaType
§fn clone(&self) -> PrintMediaType
fn clone(&self) -> PrintMediaType
Returns a duplicate 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 PrintMediaType
impl Debug for PrintMediaType
§impl Default for PrintMediaType
impl Default for PrintMediaType
§fn default() -> PrintMediaType
fn default() -> PrintMediaType
Returns the “default value” for a type. Read more
§impl PartialEq for PrintMediaType
impl PartialEq for PrintMediaType
impl Copy for PrintMediaType
impl Eq for PrintMediaType
impl StructuralPartialEq for PrintMediaType
Auto Trait Implementations§
impl Freeze for PrintMediaType
impl RefUnwindSafe for PrintMediaType
impl Send for PrintMediaType
impl Sync for PrintMediaType
impl Unpin for PrintMediaType
impl UnwindSafe for PrintMediaType
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