Struct windows_sys::Win32::Graphics::Printing::MxdcGetFileNameData
[−]Expand description
Required features: "Win32_Graphics_Printing"
Fields
cbOutput: u32
wszData: [u16; 1]
Trait Implementations
impl Clone for MxdcGetFileNameData
impl Clone for MxdcGetFileNameData
impl Copy for MxdcGetFileNameData
Auto Trait Implementations
impl RefUnwindSafe for MxdcGetFileNameData
impl Send for MxdcGetFileNameData
impl Sync for MxdcGetFileNameData
impl Unpin for MxdcGetFileNameData
impl UnwindSafe for MxdcGetFileNameData
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