Struct win_sys::SystemServices::TOKEN_BNO_ISOLATION_INFORMATION [−][src]
#[repr(C)]pub struct TOKEN_BNO_ISOLATION_INFORMATION {
pub IsolationPrefix: PWSTR,
pub IsolationEnabled: BOOLEAN,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
IsolationPrefix: PWSTRIsolationEnabled: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for TOKEN_BNO_ISOLATION_INFORMATION
impl !Sync for TOKEN_BNO_ISOLATION_INFORMATION
impl Unpin for TOKEN_BNO_ISOLATION_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more