Struct optee_utee_sys::user_ta_property
source · #[repr(C)]pub struct user_ta_property {
pub name: *const c_uchar,
pub prop_type: user_ta_prop_type,
pub value: *mut c_void,
}Fields§
§name: *const c_uchar§prop_type: user_ta_prop_type§value: *mut c_voidTrait Implementations§
impl Sync for user_ta_property
Auto Trait Implementations§
impl Freeze for user_ta_property
impl RefUnwindSafe for user_ta_property
impl !Send for user_ta_property
impl Unpin for user_ta_property
impl UnwindSafe for user_ta_property
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