Struct IsolatedWindowsEnvironmentAvailablePrinters
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentAvailablePrinters(pub u32);
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 BitAndAssign for IsolatedWindowsEnvironmentAvailablePrinters
impl BitAndAssign for IsolatedWindowsEnvironmentAvailablePrinters
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for IsolatedWindowsEnvironmentAvailablePrinters
impl BitOrAssign for IsolatedWindowsEnvironmentAvailablePrinters
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for IsolatedWindowsEnvironmentAvailablePrinters
impl Clone for IsolatedWindowsEnvironmentAvailablePrinters
§fn clone(&self) -> IsolatedWindowsEnvironmentAvailablePrinters
fn clone(&self) -> IsolatedWindowsEnvironmentAvailablePrinters
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for IsolatedWindowsEnvironmentAvailablePrinters
impl Default for IsolatedWindowsEnvironmentAvailablePrinters
§fn default() -> IsolatedWindowsEnvironmentAvailablePrinters
fn default() -> IsolatedWindowsEnvironmentAvailablePrinters
Returns the “default value” for a type. Read more
§impl PartialEq for IsolatedWindowsEnvironmentAvailablePrinters
impl PartialEq for IsolatedWindowsEnvironmentAvailablePrinters
§fn eq(&self, other: &IsolatedWindowsEnvironmentAvailablePrinters) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentAvailablePrinters) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IsolatedWindowsEnvironmentAvailablePrinters
impl Eq for IsolatedWindowsEnvironmentAvailablePrinters
impl StructuralPartialEq for IsolatedWindowsEnvironmentAvailablePrinters
Auto Trait Implementations§
impl Freeze for IsolatedWindowsEnvironmentAvailablePrinters
impl RefUnwindSafe for IsolatedWindowsEnvironmentAvailablePrinters
impl Send for IsolatedWindowsEnvironmentAvailablePrinters
impl Sync for IsolatedWindowsEnvironmentAvailablePrinters
impl Unpin for IsolatedWindowsEnvironmentAvailablePrinters
impl UnwindSafe for IsolatedWindowsEnvironmentAvailablePrinters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more