#[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
pub const Local: Self
pub const Network: Self
pub const SystemPrintToPdf: Self
pub const SystemPrintToXps: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more