Struct windows_sys::UI::WebUI::PrintContent
[−]#[repr(transparent)]pub struct PrintContent(pub i32);
Expand description
Required features: "UI_WebUI"
Tuple Fields
0: i32
Implementations
impl PrintContent
impl PrintContent
pub const AllPages: Self = Self(0i32)
pub const CurrentPage: Self = Self(1i32)
pub const CustomPageRange: Self = Self(2i32)
pub const CurrentSelection: Self = Self(3i32)
Trait Implementations
impl Clone for PrintContent
impl Clone for PrintContent
impl Copy for PrintContent
Auto Trait Implementations
impl RefUnwindSafe for PrintContent
impl Send for PrintContent
impl Sync for PrintContent
impl Unpin for PrintContent
impl UnwindSafe for PrintContent
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