pub struct LinuxSeccompArgBuilder { /* private fields */ }Expand description
Builder for LinuxSeccompArg.
Implementations§
Source§impl LinuxSeccompArgBuilder
impl LinuxSeccompArgBuilder
Sourcepub fn value_two<VALUE: Into<u64>>(self, value: VALUE) -> Self
pub fn value_two<VALUE: Into<u64>>(self, value: VALUE) -> Self
The second value of the argument.
Sourcepub fn op<VALUE: Into<LinuxSeccompOperator>>(self, value: VALUE) -> Self
pub fn op<VALUE: Into<LinuxSeccompOperator>>(self, value: VALUE) -> Self
The operator for the argument.