Struct vc6_sys::_JOB_INFO_3
source · #[repr(C)]pub struct _JOB_INFO_3 {
pub JobId: DWORD,
pub NextJobId: DWORD,
pub Reserved: DWORD,
}Fields§
§JobId: DWORD§NextJobId: DWORD§Reserved: DWORDTrait Implementations§
source§impl Clone for _JOB_INFO_3
impl Clone for _JOB_INFO_3
source§fn clone(&self) -> _JOB_INFO_3
fn clone(&self) -> _JOB_INFO_3
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 moresource§impl Debug for _JOB_INFO_3
impl Debug for _JOB_INFO_3
impl Copy for _JOB_INFO_3
Auto Trait Implementations§
impl RefUnwindSafe for _JOB_INFO_3
impl Send for _JOB_INFO_3
impl Sync for _JOB_INFO_3
impl Unpin for _JOB_INFO_3
impl UnwindSafe for _JOB_INFO_3
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