[][src]Type Definition lpc55_pac::hashcrypt::status::NEEDKEY_R

type NEEDKEY_R = R<bool, NEEDKEY_A>;

Reader of field NEEDKEY

Implementations

impl NEEDKEY_R[src]

pub fn variant(&self) -> NEEDKEY_A[src]

Get enumerated values variant

pub fn is_not_need(&self) -> bool[src]

Checks if the value of the field is NOT_NEED

pub fn is_need(&self) -> bool[src]

Checks if the value of the field is NEED