Struct windows_sys::Graphics::Printing::PrintMediaType
[−]#[repr(transparent)]pub struct PrintMediaType(pub i32);
Expand description
Required features: ‘Graphics_Printing’
Tuple Fields
0: i32
Implementations
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
impl Copy for PrintMediaType
Auto Trait Implementations
impl RefUnwindSafe for PrintMediaType
impl Send for PrintMediaType
impl Sync for PrintMediaType
impl Unpin for PrintMediaType
impl UnwindSafe for PrintMediaType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more