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