#[repr(C)]pub struct utee_params {
pub types: u64,
pub vals: [u64; 8],
}Fields§
§types: u64§vals: [u64; 8]Auto Trait Implementations§
impl Freeze for utee_params
impl RefUnwindSafe for utee_params
impl Send for utee_params
impl Sync for utee_params
impl Unpin for utee_params
impl UnsafeUnpin for utee_params
impl UnwindSafe for utee_params
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