Struct ntapi::ntpsapi::PS_BNO_ISOLATION_PARAMETERS
source · [−]#[repr(C)]pub struct PS_BNO_ISOLATION_PARAMETERS {
pub IsolationPrefix: UNICODE_STRING,
pub HandleCount: ULONG,
pub Handles: *mut PVOID,
pub IsolationEnabled: BOOLEAN,
}
Fields
IsolationPrefix: UNICODE_STRING
HandleCount: ULONG
Handles: *mut PVOID
IsolationEnabled: BOOLEAN
Trait Implementations
sourceimpl Clone for PS_BNO_ISOLATION_PARAMETERS
impl Clone for PS_BNO_ISOLATION_PARAMETERS
sourcefn clone(&self) -> PS_BNO_ISOLATION_PARAMETERS
fn clone(&self) -> PS_BNO_ISOLATION_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PS_BNO_ISOLATION_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for PS_BNO_ISOLATION_PARAMETERS
impl !Send for PS_BNO_ISOLATION_PARAMETERS
impl !Sync for PS_BNO_ISOLATION_PARAMETERS
impl Unpin for PS_BNO_ISOLATION_PARAMETERS
impl UnwindSafe for PS_BNO_ISOLATION_PARAMETERS
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