Struct windows_sys::Win32::Graphics::Printing::PrintNamedProperty
[−]#[repr(C)]pub struct PrintNamedProperty {
pub propertyName: PWSTR,
pub propertyValue: PrintPropertyValue,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
propertyName: PWSTR
propertyValue: PrintPropertyValue
Trait Implementations
impl Clone for PrintNamedProperty
impl Clone for PrintNamedProperty
impl Copy for PrintNamedProperty
Auto Trait Implementations
impl RefUnwindSafe for PrintNamedProperty
impl !Send for PrintNamedProperty
impl !Sync for PrintNamedProperty
impl Unpin for PrintNamedProperty
impl UnwindSafe for PrintNamedProperty
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