Struct windows_sys::Win32::Devices::Fax::FAX_SEND
#[repr(C)]pub struct FAX_SEND {
pub SizeOfStruct: u32,
pub FileName: PWSTR,
pub CallerName: PWSTR,
pub CallerNumber: PWSTR,
pub ReceiverName: PWSTR,
pub ReceiverNumber: PWSTR,
pub Branding: BOOL,
pub CallHandle: u32,
pub Reserved: [u32; 3],
}
Fields§
§SizeOfStruct: u32
§FileName: PWSTR
§CallerName: PWSTR
§CallerNumber: PWSTR
§ReceiverName: PWSTR
§ReceiverNumber: PWSTR
§Branding: BOOL
§CallHandle: u32
§Reserved: [u32; 3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FAX_SEND
impl RefUnwindSafe for FAX_SEND
impl !Send for FAX_SEND
impl !Sync for FAX_SEND
impl Unpin for FAX_SEND
impl UnwindSafe for FAX_SEND
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)