Skip to main content

IntoRawDescriptor

Trait 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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoRawDescriptor for File

Source§

impl IntoRawDescriptor for i64

Implementors§