Skip to main content

RutabagaIntoRawDescriptor

Trait RutabagaIntoRawDescriptor 

Source
pub trait RutabagaIntoRawDescriptor {
    // Required method
    fn into_raw_descriptor(self) -> i32;
}
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§