Struct windows_sys::Win32::Graphics::Printing::BIDI_RESPONSE_DATA
[−]#[repr(C)]pub struct BIDI_RESPONSE_DATA {
pub dwResult: u32,
pub dwReqNumber: u32,
pub pSchema: PWSTR,
pub data: BIDI_DATA,
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
Fields
dwResult: u32
dwReqNumber: u32
pSchema: PWSTR
data: BIDI_DATA
Trait Implementations
impl Clone for BIDI_RESPONSE_DATA
impl Clone for BIDI_RESPONSE_DATA
impl Copy for BIDI_RESPONSE_DATA
Auto Trait Implementations
impl RefUnwindSafe for BIDI_RESPONSE_DATA
impl !Send for BIDI_RESPONSE_DATA
impl !Sync for BIDI_RESPONSE_DATA
impl Unpin for BIDI_RESPONSE_DATA
impl UnwindSafe for BIDI_RESPONSE_DATA
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