Struct windows::Graphics::Printing::PrintMediaType
#[repr(transparent)]pub struct PrintMediaType(pub i32);
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
§fn clone(&self) -> PrintMediaType
fn clone(&self) -> PrintMediaType
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 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
§fn eq(&self, other: &PrintMediaType) -> bool
fn eq(&self, other: &PrintMediaType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
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
)