Trait compio_driver::IntoRawFd
source · pub trait IntoRawFd {
// Required method
fn into_raw_fd(self) -> RawFd;
}Expand description
Consumes an object and acquire ownership of its raw fd.
Required Methods§
sourcefn into_raw_fd(self) -> RawFd
fn into_raw_fd(self) -> RawFd
Consumes this object, returning the raw underlying fd.