Struct JOBOBJECT_ASSOCIATE_COMPLETION_PORT
#[repr(C)]pub struct JOBOBJECT_ASSOCIATE_COMPLETION_PORT {
pub CompletionKey: *mut c_void,
pub CompletionPort: HANDLE,
}
Fields§
§CompletionKey: *mut c_void
§CompletionPort: HANDLE
Trait Implementations§
§impl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
impl Clone for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
§fn clone(&self) -> JOBOBJECT_ASSOCIATE_COMPLETION_PORT
fn clone(&self) -> JOBOBJECT_ASSOCIATE_COMPLETION_PORT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
Auto Trait Implementations§
impl Freeze for JOBOBJECT_ASSOCIATE_COMPLETION_PORT
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