Skip to main content

FromRawHandle

Trait FromRawHandle 

Source
pub trait FromRawHandle {
    // Required method
    unsafe fn from_raw_handle(handle: RawHandle) -> Self;
}
Available on docsrs and Unix and (crate features fs or net) only.
Expand description

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl FromRawHandle for File

Available on Windows and crate feature fs only.