Struct 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: u32Trait Implementations§
impl Copy for FAX_ROUTE
impl StructuralPartialEq for FAX_ROUTE
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