Enum xio_common::JobSetInfo[][src]

#[repr(u16)]
pub enum JobSetInfo { ParameterCount, JobCount, InstructionChunkCount, JobState, ActiveJobIndex, }

Variants

Trait Implementations

impl Clone for JobSetInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobSetInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for JobSetInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PreliminaryTryFrom<u16> for JobSetInfo
[src]

Auto Trait Implementations

impl Send for JobSetInfo

impl Sync for JobSetInfo