#[repr(u8)]
pub enum PSIZESELECT_A {
    _8_BYTE,
    _16_BYTE,
    _32_BYTE,
    _64_BYTE,
    _128_BYTE,
    _256_BYTE,
    _512_BYTE,
    _1024_BYTE,
}
Expand description

Pipe Size

Value on reset: 0

Variants

_8_BYTE

0: 8 bytes

_16_BYTE

1: 16 bytes

_32_BYTE

2: 32 bytes

_64_BYTE

3: 64 bytes

_128_BYTE

4: 128 bytes

_256_BYTE

5: 256 bytes

_512_BYTE

6: 512 bytes

_1024_BYTE

7: 1024 bytes

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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.