Struct ntapi::ntapi_base::CLIENT_ID32
source · [−]Fields
UniqueProcess: ULONG
UniqueThread: ULONG
Trait Implementations
sourceimpl Clone for CLIENT_ID32
impl Clone for CLIENT_ID32
sourcefn clone(&self) -> CLIENT_ID32
fn clone(&self) -> CLIENT_ID32
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 CLIENT_ID32
Auto Trait Implementations
impl RefUnwindSafe for CLIENT_ID32
impl Send for CLIENT_ID32
impl Sync for CLIENT_ID32
impl Unpin for CLIENT_ID32
impl UnwindSafe for CLIENT_ID32
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