Struct FAX_DEVICE_STATUSW
#[repr(C)]pub struct FAX_DEVICE_STATUSW {Show 20 fields
pub SizeOfStruct: u32,
pub CallerId: PCWSTR,
pub Csid: PCWSTR,
pub CurrentPage: u32,
pub DeviceId: u32,
pub DeviceName: PCWSTR,
pub DocumentName: PCWSTR,
pub JobType: u32,
pub PhoneNumber: PCWSTR,
pub RoutingString: PCWSTR,
pub SenderName: PCWSTR,
pub RecipientName: PCWSTR,
pub Size: u32,
pub StartTime: FILETIME,
pub Status: u32,
pub StatusString: PCWSTR,
pub SubmittedTime: FILETIME,
pub TotalPages: u32,
pub Tsid: PCWSTR,
pub UserName: PCWSTR,
}Fields§
§SizeOfStruct: u32§CallerId: PCWSTR§Csid: PCWSTR§CurrentPage: u32§DeviceId: u32§DeviceName: PCWSTR§DocumentName: PCWSTR§JobType: u32§PhoneNumber: PCWSTR§RoutingString: PCWSTR§SenderName: PCWSTR§RecipientName: PCWSTR§Size: u32§StartTime: FILETIME§Status: u32§StatusString: PCWSTR§SubmittedTime: FILETIME§TotalPages: u32§Tsid: PCWSTR§UserName: PCWSTRTrait Implementations§
§impl Clone for FAX_DEVICE_STATUSW
impl Clone for FAX_DEVICE_STATUSW
§fn clone(&self) -> FAX_DEVICE_STATUSW
fn clone(&self) -> FAX_DEVICE_STATUSW
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_DEVICE_STATUSW
impl Debug for FAX_DEVICE_STATUSW
§impl Default for FAX_DEVICE_STATUSW
impl Default for FAX_DEVICE_STATUSW
§impl PartialEq for FAX_DEVICE_STATUSW
impl PartialEq for FAX_DEVICE_STATUSW
impl Copy for FAX_DEVICE_STATUSW
impl StructuralPartialEq for FAX_DEVICE_STATUSW
Auto Trait Implementations§
impl Freeze for FAX_DEVICE_STATUSW
impl RefUnwindSafe for FAX_DEVICE_STATUSW
impl !Send for FAX_DEVICE_STATUSW
impl !Sync for FAX_DEVICE_STATUSW
impl Unpin for FAX_DEVICE_STATUSW
impl UnwindSafe for FAX_DEVICE_STATUSW
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