#[repr(C)]pub struct ClientId {
pub unique_process: HANDLE,
pub unique_thread: HANDLE,
}Fields§
§unique_process: HANDLE§unique_thread: HANDLETrait Implementations§
Auto Trait Implementations§
impl !Send for ClientId
impl !Sync for ClientId
impl Freeze for ClientId
impl RefUnwindSafe for ClientId
impl Unpin for ClientId
impl UnsafeUnpin for ClientId
impl UnwindSafe for ClientId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more