Struct ctaphid::command::VendorCommand[][src]

pub struct VendorCommand(_);
Expand description

A CTAPHID vendor command.

Implementations

The range for valid vendor command IDs.

The vendor-specific command with the ID 0x40.

The vendor-specific command with the ID 0x41.

The vendor-specific command with the ID 0x42.

The vendor-specific command with the ID 0x43.

The vendor-specific command with the ID 0x44.

The vendor-specific command with the ID 0x45.

The vendor-specific command with the ID 0x46.

The vendor-specific command with the ID 0x47.

The vendor-specific command with the ID 0x48.

The vendor-specific command with the ID 0x49.

The vendor-specific command with the ID 0x4a.

The vendor-specific command with the ID 0x4b.

The vendor-specific command with the ID 0x4c.

The vendor-specific command with the ID 0x4d.

The vendor-specific command with the ID 0x4e.

The vendor-specific command with the ID 0x4f.

The vendor-specific command with the ID 0x50.

The vendor-specific command with the ID 0x51.

The vendor-specific command with the ID 0x52.

The vendor-specific command with the ID 0x53.

The vendor-specific command with the ID 0x54.

The vendor-specific command with the ID 0x55.

The vendor-specific command with the ID 0x56.

The vendor-specific command with the ID 0x57.

The vendor-specific command with the ID 0x58.

The vendor-specific command with the ID 0x59.

The vendor-specific command with the ID 0x5a.

The vendor-specific command with the ID 0x5b.

The vendor-specific command with the ID 0x5c.

The vendor-specific command with the ID 0x5d.

The vendor-specific command with the ID 0x5e.

The vendor-specific command with the ID 0x5f.

The vendor-specific command with the ID 0x60.

The vendor-specific command with the ID 0x61.

The vendor-specific command with the ID 0x62.

The vendor-specific command with the ID 0x63.

The vendor-specific command with the ID 0x64.

The vendor-specific command with the ID 0x65.

The vendor-specific command with the ID 0x66.

The vendor-specific command with the ID 0x67.

The vendor-specific command with the ID 0x68.

The vendor-specific command with the ID 0x69.

The vendor-specific command with the ID 0x6a.

The vendor-specific command with the ID 0x6b.

The vendor-specific command with the ID 0x6c.

The vendor-specific command with the ID 0x6d.

The vendor-specific command with the ID 0x6e.

The vendor-specific command with the ID 0x6f.

The vendor-specific command with the ID 0x70.

The vendor-specific command with the ID 0x71.

The vendor-specific command with the ID 0x72.

The vendor-specific command with the ID 0x73.

The vendor-specific command with the ID 0x74.

The vendor-specific command with the ID 0x75.

The vendor-specific command with the ID 0x76.

The vendor-specific command with the ID 0x77.

The vendor-specific command with the ID 0x78.

The vendor-specific command with the ID 0x79.

The vendor-specific command with the ID 0x7a.

The vendor-specific command with the ID 0x7b.

The vendor-specific command with the ID 0x7c.

The vendor-specific command with the ID 0x7d.

The vendor-specific command with the ID 0x7e.

The vendor-specific command with the ID 0x7f.

Creates a new VendorCommand from the given command ID if it is within Self::RANGE.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.