[][src]Enum mkl26z4::tpm2::sc::PS_A

pub enum PS_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Possible values of the field PS

Variants

_000

Divide by 1

_001

Divide by 2

_010

Divide by 4

_011

Divide by 8

_100

Divide by 16

_101

Divide by 32

_110

Divide by 64

_111

Divide by 128

Trait Implementations

impl ToBits<u8> for PS_A[src]

impl PartialEq<PS_A> for PS_A[src]

impl Debug for PS_A[src]

impl Copy for PS_A[src]

impl Clone for PS_A[src]

Auto Trait Implementations

impl Unpin for PS_A

impl Send for PS_A

impl Sync for PS_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self