Skip to main content

IntoRawFd

Trait IntoRawFd 

Source
pub trait IntoRawFd {
    // Required method
    fn into_raw_fd(self) -> RawFd;
}
Expand description

Consomme une ressource pour en extraire le RawFd brut possédé.

Miroir de std::os::fd::IntoRawFd.

Required Methods§

Source

fn into_raw_fd(self) -> RawFd

Consomme self et restitue le FD brut sans le fermer.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§