Struct windows_sys::Win32::Security::NetworkAccessProtection::CorrelationId
#[repr(C)]pub struct CorrelationId {
pub connId: GUID,
pub timeStamp: FILETIME,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§connId: GUID
§timeStamp: FILETIME
Trait Implementations§
§impl Clone for CorrelationId
impl Clone for CorrelationId
impl Copy for CorrelationId
Auto Trait Implementations§
impl RefUnwindSafe for CorrelationId
impl Send for CorrelationId
impl Sync for CorrelationId
impl Unpin for CorrelationId
impl UnwindSafe for CorrelationId
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