pub struct TpmaAct(/* private fields */);Expand description
TPMA_ACT (Table 213)
Implementations§
Source§impl TpmaAct
impl TpmaAct
pub const SIGNALED: Self
pub const PRESERVE_SIGNALED: Self
pub const fn bits(&self) -> u32
pub const fn from_bits_truncate(bits: u32) -> Self
pub const fn set_bits(&mut self, bits: u32)
pub const fn empty() -> Self
pub const fn contains(&self, other: Self) -> bool
Trait Implementations§
Source§impl BitAndAssign for TpmaAct
impl BitAndAssign for TpmaAct
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for TpmaAct
impl BitOrAssign for TpmaAct
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for TpmaAct
impl BitXorAssign for TpmaAct
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreimpl Copy for TpmaAct
impl Eq for TpmaAct
Source§impl Ord for TpmaAct
impl Ord for TpmaAct
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TpmaAct
impl PartialOrd for TpmaAct
impl StructuralPartialEq for TpmaAct
Source§impl TpmMarshal for TpmaAct
impl TpmMarshal for TpmaAct
Auto Trait Implementations§
impl Freeze for TpmaAct
impl RefUnwindSafe for TpmaAct
impl Send for TpmaAct
impl Sync for TpmaAct
impl Unpin for TpmaAct
impl UnsafeUnpin for TpmaAct
impl UnwindSafe for TpmaAct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more