Struct windows_sys::Graphics::Printing::PrintStaple
[−]#[repr(transparent)]pub struct PrintStaple(pub i32);
Expand description
Required features: "Graphics_Printing"
Tuple Fields
0: i32
Implementations
impl PrintStaple
impl PrintStaple
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 StapleTopLeft: Self = Self(4i32)
pub const StapleTopRight: Self = Self(5i32)
pub const StapleBottomLeft: Self = Self(6i32)
pub const StapleBottomRight: Self = Self(7i32)
pub const StapleDualLeft: Self = Self(8i32)
pub const StapleDualRight: Self = Self(9i32)
pub const StapleDualTop: Self = Self(10i32)
pub const StapleDualBottom: Self = Self(11i32)
pub const SaddleStitch: Self = Self(12i32)
Trait Implementations
impl Clone for PrintStaple
impl Clone for PrintStaple
impl Copy for PrintStaple
Auto Trait Implementations
impl RefUnwindSafe for PrintStaple
impl Send for PrintStaple
impl Sync for PrintStaple
impl Unpin for PrintStaple
impl UnwindSafe for PrintStaple
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