Enum optee_utee::property::PropertySet
source · pub enum PropertySet {
TeeImplementation,
CurrentClient,
CurrentTa,
}
Expand description
Represents a TEE property set according to the TEE Internal API. The property set is a collection of properties that can be queried from the TEE. The property set is identified by a handle, which is a pointer to a TEE_PropSetHandle structure.
Variants§
Auto Trait Implementations§
impl Freeze for PropertySet
impl RefUnwindSafe for PropertySet
impl Send for PropertySet
impl Sync for PropertySet
impl Unpin for PropertySet
impl UnwindSafe for PropertySet
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