Enum optee_utee::ParamIndex
source · pub enum ParamIndex {
Arg0,
Arg1,
Arg2,
Arg3,
}
Variants§
Trait Implementations§
source§impl Clone for ParamIndex
impl Clone for ParamIndex
source§fn clone(&self) -> ParamIndex
fn clone(&self) -> ParamIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParamIndex
impl Debug for ParamIndex
source§impl<'a> Index<ParamIndex> for TeeParams<'a>
impl<'a> Index<ParamIndex> for TeeParams<'a>
source§impl<'a> IndexMut<ParamIndex> for TeeParams<'a>
impl<'a> IndexMut<ParamIndex> for TeeParams<'a>
impl Copy for ParamIndex
Auto Trait Implementations§
impl Freeze for ParamIndex
impl RefUnwindSafe for ParamIndex
impl Send for ParamIndex
impl Sync for ParamIndex
impl Unpin for ParamIndex
impl UnwindSafe for ParamIndex
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