Struct windows_sys::Win32::Graphics::Printing::PrintNamedProperty
#[repr(C)]pub struct PrintNamedProperty {
pub propertyName: PWSTR,
pub propertyValue: PrintPropertyValue,
}
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§
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