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],
}
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
§fn clone(&self) -> UAL_DATA_BLOB
fn clone(&self) -> UAL_DATA_BLOB
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 UAL_DATA_BLOB
Auto Trait Implementations§
impl Freeze for UAL_DATA_BLOB
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
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
)