Struct windows_sys::Win32::System::RemoteDesktop::AAAccountingData
[−]#[repr(C)]pub struct AAAccountingData {
pub userName: BSTR,
pub clientName: BSTR,
pub authType: AAAuthSchemes,
pub resourceName: BSTR,
pub portNumber: i32,
pub protocolName: BSTR,
pub numberOfBytesReceived: i32,
pub numberOfBytesTransfered: i32,
pub reasonForDisconnect: BSTR,
pub mainSessionId: GUID,
pub subSessionId: i32,
}Expand description
Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’
Fields
userName: BSTRclientName: BSTRauthType: AAAuthSchemesresourceName: BSTRportNumber: i32protocolName: BSTRnumberOfBytesReceived: i32numberOfBytesTransfered: i32reasonForDisconnect: BSTRmainSessionId: GUIDsubSessionId: i32Trait Implementations
impl Clone for AAAccountingData
impl Clone for AAAccountingData
impl Copy for AAAccountingData
Auto Trait Implementations
impl RefUnwindSafe for AAAccountingData
impl !Send for AAAccountingData
impl !Sync for AAAccountingData
impl Unpin for AAAccountingData
impl UnwindSafe for AAAccountingData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more