We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07fec9 commit eb9f634Copy full SHA for eb9f634
1 file changed
src/process/rlimit.rs
@@ -6,7 +6,7 @@ pub use backend::process::types::Resource;
6
7
/// `struct rlimit`—Current and maximum values used in [`getrlimit`],
8
/// [`setrlimit`], and [`prlimit`].
9
-#[derive(Debug, Clone, PartialEq, Eq)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
10
pub struct Rlimit {
11
/// Current effective, “soft”, limit.
12
pub current: Option<u64>,
0 commit comments