Struct windows_sys::Win32::Graphics::Printing::PROVIDOR_INFO_2W
[−]#[repr(C)]pub struct PROVIDOR_INFO_2W {
pub pOrder: PWSTR,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
pOrder: PWSTR
Trait Implementations
impl Clone for PROVIDOR_INFO_2W
impl Clone for PROVIDOR_INFO_2W
impl Copy for PROVIDOR_INFO_2W
Auto Trait Implementations
impl RefUnwindSafe for PROVIDOR_INFO_2W
impl !Send for PROVIDOR_INFO_2W
impl !Sync for PROVIDOR_INFO_2W
impl Unpin for PROVIDOR_INFO_2W
impl UnwindSafe for PROVIDOR_INFO_2W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more