Struct windows_sys::Win32::Graphics::Printing::PRINTER_INFO_3
#[repr(C)]pub struct PRINTER_INFO_3 {
pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
}
Expand description
Required features: "Win32_Security"
Fields§
§pSecurityDescriptor: PSECURITY_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§
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