Enum libyubihsm::DeviceOptionValue [] [src]

#[repr(u8)]
pub enum DeviceOptionValue { Disabled, Enabled, Fixed, }

A value for a global device option.

Variants

The option is disabled.

The option is enabled.

The option is enabled and cannot be disabled.

Trait Implementations

impl Clone for DeviceOptionValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DeviceOptionValue
[src]

impl Debug for DeviceOptionValue
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations