Struct windows_sys::Win32::System::UserAccessLogging::UAL_DATA_BLOB
#[repr(C)]pub struct UAL_DATA_BLOB {
pub Size: u32,
pub RoleGuid: GUID,
pub TenantId: GUID,
pub Address: SOCKADDR_STORAGE,
pub UserName: [u16; 260],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§Size: u32
§RoleGuid: GUID
§TenantId: GUID
§Address: SOCKADDR_STORAGE
§UserName: [u16; 260]
Trait Implementations§
§impl Clone for UAL_DATA_BLOB
impl Clone for UAL_DATA_BLOB
impl Copy for UAL_DATA_BLOB
Auto Trait Implementations§
impl RefUnwindSafe for UAL_DATA_BLOB
impl Send for UAL_DATA_BLOB
impl Sync for UAL_DATA_BLOB
impl Unpin for UAL_DATA_BLOB
impl UnwindSafe for UAL_DATA_BLOB
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