Trait mesa3d_util::descriptor::IntoRawDescriptor

source ·
pub trait IntoRawDescriptor {
    // Required method
    fn into_raw_descriptor(self) -> RawDescriptor;
}
Expand description

Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor

Required Methods§

Implementations on Foreign Types§

source§

impl IntoRawDescriptor for i64

source§

impl IntoRawDescriptor for File

Implementors§

source§

impl IntoRawDescriptor for mesa3d_util::shm::SharedMemory

source§

impl IntoRawDescriptor for OwnedDescriptor

source§

impl IntoRawDescriptor for mesa3d_util::sys::linux::shm::SharedMemory