Struct windows_sys::Graphics::Printing::PrintBinding
[−]#[repr(transparent)]pub struct PrintBinding(pub i32);
Expand description
Required features: "Graphics_Printing"
Tuple Fields
0: i32
Implementations
impl PrintBinding
impl PrintBinding
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 Bale: Self = Self(4i32)
pub const BindBottom: Self = Self(5i32)
pub const BindLeft: Self = Self(6i32)
pub const BindRight: Self = Self(7i32)
pub const BindTop: Self = Self(8i32)
pub const Booklet: Self = Self(9i32)
pub const EdgeStitchBottom: Self = Self(10i32)
pub const EdgeStitchLeft: Self = Self(11i32)
pub const EdgeStitchRight: Self = Self(12i32)
pub const EdgeStitchTop: Self = Self(13i32)
pub const Fold: Self = Self(14i32)
pub const JogOffset: Self = Self(15i32)
pub const Trim: Self = Self(16i32)
Trait Implementations
impl Clone for PrintBinding
impl Clone for PrintBinding
impl Copy for PrintBinding
Auto Trait Implementations
impl RefUnwindSafe for PrintBinding
impl Send for PrintBinding
impl Sync for PrintBinding
impl Unpin for PrintBinding
impl UnwindSafe for PrintBinding
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