Struct windows_sys::Win32::Graphics::Printing::BIDI_RESPONSE_CONTAINER
[−]#[repr(C)]pub struct BIDI_RESPONSE_CONTAINER {
pub Version: u32,
pub Flags: u32,
pub Count: u32,
pub aData: [BIDI_RESPONSE_DATA; 1],
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
Fields
Version: u32
Flags: u32
Count: u32
aData: [BIDI_RESPONSE_DATA; 1]
Trait Implementations
impl Clone for BIDI_RESPONSE_CONTAINER
impl Clone for BIDI_RESPONSE_CONTAINER
impl Copy for BIDI_RESPONSE_CONTAINER
Auto Trait Implementations
impl RefUnwindSafe for BIDI_RESPONSE_CONTAINER
impl !Send for BIDI_RESPONSE_CONTAINER
impl !Sync for BIDI_RESPONSE_CONTAINER
impl Unpin for BIDI_RESPONSE_CONTAINER
impl UnwindSafe for BIDI_RESPONSE_CONTAINER
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