Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs439 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() method
467 pub const unsafe fn borrow_raw(handle: RawHandle) -> Self { in borrow_raw() method
485 pub const unsafe fn borrow_raw(socket: RawSocket) -> Self { in borrow_raw() method
/third_party/rust/crates/rustix/src/io/fd/
Downed.rs73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() method