#[repr(transparent)]pub struct PRINTFLAG(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl PRINTFLAG
impl PRINTFLAG
pub const PRINTFLAG_MAYBOTHERUSER: Self
pub const PRINTFLAG_PROMPTUSER: Self
pub const PRINTFLAG_USERMAYCHANGEPRINTER: Self
pub const PRINTFLAG_RECOMPOSETODEVICE: Self
pub const PRINTFLAG_DONTACTUALLYPRINT: Self
pub const PRINTFLAG_FORCEPROPERTIES: Self
pub const PRINTFLAG_PRINTTOFILE: Self
Trait Implementations§
Source§impl Abi for PRINTFLAG
impl Abi for PRINTFLAG
Source§impl BitAndAssign for PRINTFLAG
impl BitAndAssign for PRINTFLAG
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PRINTFLAG
impl BitOrAssign for PRINTFLAG
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreimpl Copy for PRINTFLAG
impl Eq for PRINTFLAG
impl StructuralPartialEq for PRINTFLAG
Auto Trait Implementations§
impl Freeze for PRINTFLAG
impl RefUnwindSafe for PRINTFLAG
impl Send for PRINTFLAG
impl Sync for PRINTFLAG
impl Unpin for PRINTFLAG
impl UnwindSafe for PRINTFLAG
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