Struct WindowsProtectedPrintInfo
pub struct WindowsProtectedPrintInfo;Implementations§
§impl WindowsProtectedPrintInfo
impl WindowsProtectedPrintInfo
pub fn IsProtectedPrintEnabled() -> Result<bool>
Auto Trait Implementations§
impl Freeze for WindowsProtectedPrintInfo
impl RefUnwindSafe for WindowsProtectedPrintInfo
impl Send for WindowsProtectedPrintInfo
impl Sync for WindowsProtectedPrintInfo
impl Unpin for WindowsProtectedPrintInfo
impl UnwindSafe for WindowsProtectedPrintInfo
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