Struct winapi::um::winnt::TOKEN_BNO_ISOLATION_INFORMATION
source · #[repr(C)]pub struct TOKEN_BNO_ISOLATION_INFORMATION {
pub IsolationPrefix: PWSTR,
pub IsolationEnabled: BOOLEAN,
}Fields§
§IsolationPrefix: PWSTR§IsolationEnabled: BOOLEANTrait Implementations§
source§impl Clone for TOKEN_BNO_ISOLATION_INFORMATION
impl Clone for TOKEN_BNO_ISOLATION_INFORMATION
source§fn clone(&self) -> TOKEN_BNO_ISOLATION_INFORMATION
fn clone(&self) -> TOKEN_BNO_ISOLATION_INFORMATION
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 more