Struct 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