Struct windows_sys::Win32::Devices::Fax::FAX_ROUTE
#[repr(C)]pub struct FAX_ROUTE {Show 15 fields
pub SizeOfStruct: u32,
pub JobId: u32,
pub ElapsedTime: u64,
pub ReceiveTime: u64,
pub PageCount: u32,
pub Csid: PCWSTR,
pub Tsid: PCWSTR,
pub CallerId: PCWSTR,
pub RoutingInfo: PCWSTR,
pub ReceiverName: PCWSTR,
pub ReceiverNumber: PCWSTR,
pub DeviceName: PCWSTR,
pub DeviceId: u32,
pub RoutingInfoData: *mut u8,
pub RoutingInfoDataSize: u32,
}
Fields§
§SizeOfStruct: u32
§JobId: u32
§ElapsedTime: u64
§ReceiveTime: u64
§PageCount: u32
§Csid: PCWSTR
§Tsid: PCWSTR
§CallerId: PCWSTR
§RoutingInfo: PCWSTR
§ReceiverName: PCWSTR
§ReceiverNumber: PCWSTR
§DeviceName: PCWSTR
§DeviceId: u32
§RoutingInfoData: *mut u8
§RoutingInfoDataSize: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FAX_ROUTE
impl RefUnwindSafe for FAX_ROUTE
impl !Send for FAX_ROUTE
impl !Sync for FAX_ROUTE
impl Unpin for FAX_ROUTE
impl UnwindSafe for FAX_ROUTE
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
)