#[repr(C)]pub struct JOBOBJECT_ASSOCIATE_COMPLETION_PORT {
pub CompletionKey: PVOID,
pub CompletionPort: HANDLE,
}
Fields
CompletionKey: PVOID
CompletionPort: HANDLE
Trait Implementations
sourceimpl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
sourcefn clone(&self) -> JOBOBJECT_ASSOCIATE_COMPLETION_PORT
fn clone(&self) -> JOBOBJECT_ASSOCIATE_COMPLETION_PORT
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 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