Skip to content
Snippets Groups Projects
Commit 4966842d authored by ticki's avatar ticki
Browse files

Add the Fd definition file.

Damn, I forgot to `git add` it.
parent 9ca3559c
No related branches found
No related tags found
No related merge requests found
/// A file descriptor.
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Fd {
inner: usize,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment