Home
last modified time | relevance | path

Searched defs:borrow_raw (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rustix/src/maybe_polyfill/no_std/os/windows/io/
Dsocket.rs86 pub const unsafe fn borrow_raw(socket: RawSocket) -> Self { in borrow_raw() method
/external/rust/crates/rustix/src/maybe_polyfill/no_std/os/fd/
Downed.rs81 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() method