#[repr(C, packed(1))]
pub struct LINEAGENTSESSIONINFO {
Show 17 fields pub dwTotalSize: u32, pub dwNeededSize: u32, pub dwUsedSize: u32, pub dwAgentSessionState: u32, pub dwNextAgentSessionState: u32, pub dateSessionStartTime: f64, pub dwSessionDuration: u32, pub dwNumberOfCalls: u32, pub dwTotalTalkTime: u32, pub dwAverageTalkTime: u32, pub dwTotalCallTime: u32, pub dwAverageCallTime: u32, pub dwTotalWrapUpTime: u32, pub dwAverageWrapUpTime: u32, pub cyACDCallRate: CY, pub dwLongestTimeToAnswer: u32, pub dwAverageTimeToAnswer: u32,
}
Expand description

Required features: "Win32_Devices_Tapi", "Win32_System_Com"

Fields

dwTotalSize: u32dwNeededSize: u32dwUsedSize: u32dwAgentSessionState: u32dwNextAgentSessionState: u32dateSessionStartTime: f64dwSessionDuration: u32dwNumberOfCalls: u32dwTotalTalkTime: u32dwAverageTalkTime: u32dwTotalCallTime: u32dwAverageCallTime: u32dwTotalWrapUpTime: u32dwAverageWrapUpTime: u32cyACDCallRate: CYdwLongestTimeToAnswer: u32dwAverageTimeToAnswer: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.