#[repr(transparent)]pub struct IsolatedWindowsEnvironmentAvailablePrinters(pub u32);
Expand description
Required features: "Security_Isolation"
Tuple Fields
0: u32
Implementations
impl IsolatedWindowsEnvironmentAvailablePrinters
impl IsolatedWindowsEnvironmentAvailablePrinters
pub const None: Self = Self(0u32)
pub const Local: Self = Self(1u32)
pub const Network: Self = Self(2u32)
pub const SystemPrintToPdf: Self = Self(4u32)
pub const SystemPrintToXps: Self = Self(8u32)
Trait Implementations
impl Copy for IsolatedWindowsEnvironmentAvailablePrinters
Auto Trait Implementations
impl RefUnwindSafe for IsolatedWindowsEnvironmentAvailablePrinters
impl Send for IsolatedWindowsEnvironmentAvailablePrinters
impl Sync for IsolatedWindowsEnvironmentAvailablePrinters
impl Unpin for IsolatedWindowsEnvironmentAvailablePrinters
impl UnwindSafe for IsolatedWindowsEnvironmentAvailablePrinters
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