Struct winapi::um::winnt::JOBOBJECT_END_OF_JOB_TIME_INFORMATION
source · #[repr(C)]pub struct JOBOBJECT_END_OF_JOB_TIME_INFORMATION {
pub EndOfJobTimeAction: DWORD,
}Fields§
§EndOfJobTimeAction: DWORDTrait Implementations§
source§impl Clone for JOBOBJECT_END_OF_JOB_TIME_INFORMATION
impl Clone for JOBOBJECT_END_OF_JOB_TIME_INFORMATION
source§fn clone(&self) -> JOBOBJECT_END_OF_JOB_TIME_INFORMATION
fn clone(&self) -> JOBOBJECT_END_OF_JOB_TIME_INFORMATION
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 more