Struct ntapi::ntapi_base::CLIENT_ID
source · [−]Fields
UniqueProcess: HANDLE
UniqueThread: HANDLE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CLIENT_ID
impl !Send for CLIENT_ID
impl !Sync for CLIENT_ID
impl Unpin for CLIENT_ID
impl UnwindSafe for CLIENT_ID
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