pub struct LocalityAttributes(pub TPMA_LOCALITY);
Expand description

Bitfield representing the locality attributes.

Tuple Fields

0: TPMA_LOCALITY

Implementations

Returns true if the attributes are extended

Returns the LocalityAttributes as a number.

Errors

If the attributes are not extended en InvalidParams error is returned.

Returns the builder used to construct LocalAttributes.

Trait Implementations

Get a range of bits.

Set a range of bits.

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.

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Get a single bit.

Set a single bit.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Drops the content pointed by this pointer and frees it. 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)

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.