Struct windows_sys::Win32::Graphics::Printing::PrintPropertyValue
#[repr(C)]pub struct PrintPropertyValue {
pub ePropertyType: EPrintPropertyType,
pub value: PrintPropertyValue_0,
}
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§
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