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
pub const CurrentPage: Self
pub const CustomPageRange: Self
pub const CurrentSelection: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more