#[repr(C)]pub enum utee_time_category {
UTEE_TIME_CAT_SYSTEM = 0,
UTEE_TIME_CAT_TA_PERSISTENT = 1,
UTEE_TIME_CAT_REE = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for utee_time_category
impl RefUnwindSafe for utee_time_category
impl Send for utee_time_category
impl Sync for utee_time_category
impl Unpin for utee_time_category
impl UnwindSafe for utee_time_category
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