#[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: PWSTR
IsolationEnabled: BOOLEAN
Trait Implementations
impl Clone for TOKEN_BNO_ISOLATION_INFORMATION
impl Clone for TOKEN_BNO_ISOLATION_INFORMATION
impl Copy for TOKEN_BNO_ISOLATION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_BNO_ISOLATION_INFORMATION
impl !Send for TOKEN_BNO_ISOLATION_INFORMATION
impl !Sync for TOKEN_BNO_ISOLATION_INFORMATION
impl Unpin for TOKEN_BNO_ISOLATION_INFORMATION
impl UnwindSafe for TOKEN_BNO_ISOLATION_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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