#[repr(C)]pub struct IsolationInfoEx {
pub isolationState: IsolationState,
pub extendedIsolationState: ExtendedIsolationState,
pub probEndTime: FILETIME,
pub failureUrl: CountedString,
}
Expand description
Required features: "Win32_Security_NetworkAccessProtection"
, "Win32_Foundation"
Fields
isolationState: IsolationState
extendedIsolationState: ExtendedIsolationState
probEndTime: FILETIME
failureUrl: CountedString
Trait Implementations
impl Clone for IsolationInfoEx
impl Clone for IsolationInfoEx
impl Copy for IsolationInfoEx
Auto Trait Implementations
impl RefUnwindSafe for IsolationInfoEx
impl !Send for IsolationInfoEx
impl !Sync for IsolationInfoEx
impl Unpin for IsolationInfoEx
impl UnwindSafe for IsolationInfoEx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more