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
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const None: Self
pub const LeftEdge: Self
pub const RightEdge: Self
pub const TopEdge: Self
pub const BottomEdge: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more