Struct optee_utee::ParamTypes
source · pub struct ParamTypes(/* private fields */);
Implementations§
source§impl ParamTypes
impl ParamTypes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamTypes
impl RefUnwindSafe for ParamTypes
impl Send for ParamTypes
impl Sync for ParamTypes
impl Unpin for ParamTypes
impl UnwindSafe for ParamTypes
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