Struct windows::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],
}
Fields§
§SizeOfStruct: u32
§FileName: PWSTR
§ReceiverName: PWSTR
§ReceiverNumber: PWSTR
§Reserved: [u32; 4]
Trait Implementations§
§impl Clone for FAX_RECEIVE
impl Clone for FAX_RECEIVE
§fn clone(&self) -> FAX_RECEIVE
fn clone(&self) -> FAX_RECEIVE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FAX_RECEIVE
impl Debug for FAX_RECEIVE
§impl PartialEq for FAX_RECEIVE
impl PartialEq for FAX_RECEIVE
§fn eq(&self, other: &FAX_RECEIVE) -> bool
fn eq(&self, other: &FAX_RECEIVE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FAX_RECEIVE
impl Eq for FAX_RECEIVE
impl StructuralPartialEq for FAX_RECEIVE
Auto Trait Implementations§
impl Freeze for FAX_RECEIVE
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§
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
)