Union windows_sys::Win32::Graphics::Printing::PrintPropertyValue_0
[−]#[repr(C)]
pub union PrintPropertyValue_0 {
pub propertyByte: u8,
pub propertyString: PWSTR,
pub propertyInt32: i32,
pub propertyInt64: i64,
pub propertyBlob: PrintPropertyValue_0_0,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
propertyByte: u8
propertyString: PWSTR
propertyInt32: i32
propertyInt64: i64
propertyBlob: PrintPropertyValue_0_0
Trait Implementations
impl Clone for PrintPropertyValue_0
impl Clone for PrintPropertyValue_0
impl Copy for PrintPropertyValue_0
Auto Trait Implementations
impl RefUnwindSafe for PrintPropertyValue_0
impl !Send for PrintPropertyValue_0
impl !Sync for PrintPropertyValue_0
impl Unpin for PrintPropertyValue_0
impl UnwindSafe for PrintPropertyValue_0
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