#[repr(C)]pub struct JOBOBJECT_ASSOCIATE_COMPLETION_PORT {
pub CompletionKey: *mut c_void,
pub CompletionPort: HANDLE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§CompletionKey: *mut c_void
§CompletionPort: HANDLE
Trait Implementations§
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§
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