Struct windows_sys::Graphics::Printing::PrintSupport::SettingsLaunchKind
[−]#[repr(transparent)]pub struct SettingsLaunchKind(pub i32);
Expand description
Required features: "Graphics_Printing_PrintSupport"
Tuple Fields
0: i32
Implementations
impl SettingsLaunchKind
impl SettingsLaunchKind
pub const JobPrintTicket: Self = Self(0i32)
pub const UserDefaultPrintTicket: Self = Self(1i32)
Trait Implementations
impl Clone for SettingsLaunchKind
impl Clone for SettingsLaunchKind
impl Copy for SettingsLaunchKind
Auto Trait Implementations
impl RefUnwindSafe for SettingsLaunchKind
impl Send for SettingsLaunchKind
impl Sync for SettingsLaunchKind
impl Unpin for SettingsLaunchKind
impl UnwindSafe for SettingsLaunchKind
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