Trait sgx_oc::linux::ocall::AsMutPtrAndLen
source · pub trait AsMutPtrAndLen<T> {
// Required method
fn as_mut_ptr_and_len(&mut self) -> (*mut T, usize);
}
pub trait AsMutPtrAndLen<T> {
// Required method
fn as_mut_ptr_and_len(&mut self) -> (*mut T, usize);
}