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