#[repr(C)]pub struct JOBOBJECT_ASSOCIATE_COMPLETION_PORT {
pub CompletionKey: *mut c_void,
pub CompletionPort: HANDLE,
}
Expand description
Required features: "Win32_System_JobObjects"
, "Win32_Foundation"
Fields
CompletionKey: *mut c_void
CompletionPort: HANDLE
Trait Implementations
impl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl Copy for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl !Send for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl !Sync for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl Unpin for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl UnwindSafe for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
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