Enum xio_common::DeviceCapability[][src]

#[repr(u16)]
pub enum DeviceCapability { ParametersLimit, JobLimit, InstructionChunkLimit, }

Variants

Trait Implementations

impl Clone for DeviceCapability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceCapability
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DeviceCapability
[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 DeviceCapability
[src]

Auto Trait Implementations