Enum optee_utee::crypto_op::OperationStates
source · #[repr(u32)]pub enum OperationStates {
Initial = 0,
Active = 1,
}
Expand description
Variants§
Auto Trait Implementations§
impl Freeze for OperationStates
impl RefUnwindSafe for OperationStates
impl Send for OperationStates
impl Sync for OperationStates
impl Unpin for OperationStates
impl UnwindSafe for OperationStates
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