Struct windows_sys::Win32::Devices::Fax::FAX_CONTEXT_INFOW
[−]#[repr(C)]pub struct FAX_CONTEXT_INFOW {
pub SizeOfStruct: u32,
pub hDC: HDC,
pub ServerName: [u16; 16],
}
Expand description
Required features: "Win32_Devices_Fax"
, "Win32_Graphics_Gdi"
Fields
SizeOfStruct: u32
hDC: HDC
ServerName: [u16; 16]
Trait Implementations
impl Clone for FAX_CONTEXT_INFOW
impl Clone for FAX_CONTEXT_INFOW
impl Copy for FAX_CONTEXT_INFOW
Auto Trait Implementations
impl RefUnwindSafe for FAX_CONTEXT_INFOW
impl Send for FAX_CONTEXT_INFOW
impl Sync for FAX_CONTEXT_INFOW
impl Unpin for FAX_CONTEXT_INFOW
impl UnwindSafe for FAX_CONTEXT_INFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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