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,
}
Fields§
§userName: BSTR
§clientName: BSTR
§authType: AAAuthSchemes
§resourceName: BSTR
§portNumber: i32
§protocolName: BSTR
§numberOfBytesReceived: i32
§numberOfBytesTransfered: i32
§reasonForDisconnect: BSTR
§mainSessionId: GUID
§subSessionId: i32
Trait Implementations§
§impl Clone for AAAccountingData
impl Clone for AAAccountingData
§fn clone(&self) -> AAAccountingData
fn clone(&self) -> AAAccountingData
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 moreimpl Copy for AAAccountingData
Auto Trait Implementations§
impl Freeze for AAAccountingData
impl RefUnwindSafe for AAAccountingData
impl !Send for AAAccountingData
impl !Sync for AAAccountingData
impl Unpin for AAAccountingData
impl UnwindSafe for AAAccountingData
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
)