Struct windows_sys::Graphics::Printing::PrintHolePunch
[−]#[repr(transparent)]pub struct PrintHolePunch(pub i32);
Expand description
Required features: "Graphics_Printing"
Tuple Fields
0: i32
Implementations
impl PrintHolePunch
impl PrintHolePunch
pub const Default: Self = Self(0i32)
pub const NotAvailable: Self = Self(1i32)
pub const PrinterCustom: Self = Self(2i32)
pub const None: Self = Self(3i32)
pub const LeftEdge: Self = Self(4i32)
pub const RightEdge: Self = Self(5i32)
pub const TopEdge: Self = Self(6i32)
pub const BottomEdge: Self = Self(7i32)
Trait Implementations
impl Clone for PrintHolePunch
impl Clone for PrintHolePunch
impl Copy for PrintHolePunch
Auto Trait Implementations
impl RefUnwindSafe for PrintHolePunch
impl Send for PrintHolePunch
impl Sync for PrintHolePunch
impl Unpin for PrintHolePunch
impl UnwindSafe for PrintHolePunch
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