Enum optee_utee_sys::utee_entry_func
source · #[repr(C)]pub enum utee_entry_func {
UTEE_ENTRY_FUNC_OPEN_SESSION = 0,
UTEE_ENTRY_FUNC_CLOSE_SESSION = 1,
UTEE_ENTRY_FUNC_INVOKE_COMMAND = 2,
}Variants§
UTEE_ENTRY_FUNC_OPEN_SESSION = 0
UTEE_ENTRY_FUNC_CLOSE_SESSION = 1
UTEE_ENTRY_FUNC_INVOKE_COMMAND = 2
Auto Trait Implementations§
impl Freeze for utee_entry_func
impl RefUnwindSafe for utee_entry_func
impl Send for utee_entry_func
impl Sync for utee_entry_func
impl Unpin for utee_entry_func
impl UnwindSafe for utee_entry_func
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