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 = Self(0i32)
pub const NotAvailable: Self = Self(1i32)
pub const PrinterCustom: Self = Self(2i32)
pub const AutoSelect: Self = Self(3i32)
pub const Archival: Self = Self(4i32)
pub const BackPrintFilm: Self = Self(5i32)
pub const Bond: Self = Self(6i32)
pub const CardStock: Self = Self(7i32)
pub const Continuous: Self = Self(8i32)
pub const EnvelopePlain: Self = Self(9i32)
pub const EnvelopeWindow: Self = Self(10i32)
pub const Fabric: Self = Self(11i32)
pub const HighResolution: Self = Self(12i32)
pub const Label: Self = Self(13i32)
pub const MultiLayerForm: Self = Self(14i32)
pub const MultiPartForm: Self = Self(15i32)
pub const Photographic: Self = Self(16i32)
pub const PhotographicFilm: Self = Self(17i32)
pub const PhotographicGlossy: Self = Self(18i32)
pub const PhotographicHighGloss: Self = Self(19i32)
pub const PhotographicMatte: Self = Self(20i32)
pub const PhotographicSatin: Self = Self(21i32)
pub const PhotographicSemiGloss: Self = Self(22i32)
pub const Plain: Self = Self(23i32)
pub const Screen: Self = Self(24i32)
pub const ScreenPaged: Self = Self(25i32)
pub const Stationery: Self = Self(26i32)
pub const TabStockFull: Self = Self(27i32)
pub const TabStockPreCut: Self = Self(28i32)
pub const Transparency: Self = Self(29i32)
pub const TShirtTransfer: Self = Self(30i32)
pub const None: Self = Self(31i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more