Union windows_sys::Win32::Graphics::Printing::BIDI_DATA_0
[−]#[repr(C)]
pub union BIDI_DATA_0 {
pub bData: BOOL,
pub iData: i32,
pub sData: PWSTR,
pub fData: f32,
pub biData: BINARY_CONTAINER,
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
Fields
bData: BOOL
iData: i32
sData: PWSTR
fData: f32
biData: BINARY_CONTAINER
Trait Implementations
impl Clone for BIDI_DATA_0
impl Clone for BIDI_DATA_0
impl Copy for BIDI_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for BIDI_DATA_0
impl !Send for BIDI_DATA_0
impl !Sync for BIDI_DATA_0
impl Unpin for BIDI_DATA_0
impl UnwindSafe for BIDI_DATA_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