[][src]Trait std::os::fortanix_sgx::usercalls::alloc::UserSafeSized

pub unsafe trait UserSafeSized: Copy + Sized { }
🔬 This is a nightly-only experimental API. (sgx_platform #56975)

A type that can be safely read from or written to userspace.

Non-exhaustive list of specific requirements for reading and writing:

Non-exhaustive list of specific requirements for reading from userspace:

Non-exhaustive list of specific requirements for writing to userspace:

Implementors

impl UserSafeSized for u8[src]

impl UserSafeSized for ByteBuffer[src]

impl UserSafeSized for Return[src]

impl UserSafeSized for Usercall[src]

impl<T> UserSafeSized for FifoDescriptor<T>[src]

impl<T: UserSafeSized> UserSafeSized for [T; 2][src]

Loading content...