Struct windows_sys::Win32::Graphics::Printing::PRINTER_INFO_3
[−]#[repr(C)]pub struct PRINTER_INFO_3 {
pub pSecurityDescriptor: *mut SECURITY_DESCRIPTOR,
}
Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’, ‘Win32_Security’
Fields
pSecurityDescriptor: *mut SECURITY_DESCRIPTOR
Trait Implementations
impl Clone for PRINTER_INFO_3
impl Clone for PRINTER_INFO_3
impl Copy for PRINTER_INFO_3
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_INFO_3
impl !Send for PRINTER_INFO_3
impl !Sync for PRINTER_INFO_3
impl Unpin for PRINTER_INFO_3
impl UnwindSafe for PRINTER_INFO_3
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