Struct windows_sys::Win32::Devices::Fax::FAX_CONTEXT_INFOA
#[repr(C)]pub struct FAX_CONTEXT_INFOA {
pub SizeOfStruct: u32,
pub hDC: HDC,
pub ServerName: [u8; 16],
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§SizeOfStruct: u32
§hDC: HDC
§ServerName: [u8; 16]
Trait Implementations§
§impl Clone for FAX_CONTEXT_INFOA
impl Clone for FAX_CONTEXT_INFOA
impl Copy for FAX_CONTEXT_INFOA
Auto Trait Implementations§
impl RefUnwindSafe for FAX_CONTEXT_INFOA
impl Send for FAX_CONTEXT_INFOA
impl Sync for FAX_CONTEXT_INFOA
impl Unpin for FAX_CONTEXT_INFOA
impl UnwindSafe for FAX_CONTEXT_INFOA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more