Struct optee_teec::ParamTypes
source · pub struct ParamTypes(/* private fields */);
Implementations§
Trait Implementations§
source§impl From<ParamTypes> for u32
impl From<ParamTypes> for u32
source§fn from(a: ParamTypes) -> u32
fn from(a: ParamTypes) -> u32
Converts to this type from the input type.
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