Struct windows_sys::Win32::Devices::Fax::FAX_RECEIVE
[−]#[repr(C)]pub struct FAX_RECEIVE {
pub SizeOfStruct: u32,
pub FileName: PWSTR,
pub ReceiverName: PWSTR,
pub ReceiverNumber: PWSTR,
pub Reserved: [u32; 4],
}
Expand description
Required features: "Win32_Devices_Fax"
Fields
SizeOfStruct: u32
FileName: PWSTR
ReceiverName: PWSTR
ReceiverNumber: PWSTR
Reserved: [u32; 4]
Trait Implementations
impl Clone for FAX_RECEIVE
impl Clone for FAX_RECEIVE
impl Copy for FAX_RECEIVE
Auto Trait Implementations
impl RefUnwindSafe for FAX_RECEIVE
impl !Send for FAX_RECEIVE
impl !Sync for FAX_RECEIVE
impl Unpin for FAX_RECEIVE
impl UnwindSafe for FAX_RECEIVE
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