ssw/doc/io_lifetimes/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
1.4 KiB
JavaScript

window.SIDEBAR_ITEMS = {"mod":[["example_ffi","This is just a sample of what FFI using this crate can look like."],["raw","Portability abstractions over `Raw*`."],["views","Typed views using temporary objects."]],"struct":[["BorrowedFd","A borrowed file descriptor."],["OwnedFd","An owned file descriptor."]],"trait":[["AsFd","A trait to borrow the file descriptor from an underlying object."],["AsFilelike","A portable trait to borrow a reference from an underlying filelike object."],["AsSocketlike","A portable trait to borrow a reference from an underlying socketlike object."],["FromFd","A trait to express the ability to construct an object from a file descriptor."],["FromFilelike","A portable trait to express the ability to construct an object from a filelike object."],["FromSocketlike","A portable trait to express the ability to construct an object from a socketlike object."],["IntoFd","A trait to express the ability to consume an object and acquire ownership of its file descriptor."],["IntoFilelike","A portable trait to express the ability to consume an object and acquire ownership of its filelike object."],["IntoSocketlike","A portable trait to express the ability to consume an object and acquire ownership of its socketlike object."]],"type":[["BorrowedFilelike","A reference to a filelike object."],["BorrowedSocketlike","A reference to a socketlike object."],["OwnedFilelike","An owned filelike object."],["OwnedSocketlike","An owned socketlike object."]]};