pub struct LinuxDeviceCgroupBuilder { /* private fields */ }Expand description
Builder for LinuxDeviceCgroup.
Implementations§
Source§impl LinuxDeviceCgroupBuilder
impl LinuxDeviceCgroupBuilder
Sourcepub fn typ<VALUE: Into<LinuxDeviceType>>(self, value: VALUE) -> Self
pub fn typ<VALUE: Into<LinuxDeviceType>>(self, value: VALUE) -> Self
Device type, block, char, etc.
Sourcepub fn access<VALUE: Into<String>>(self, value: VALUE) -> Self
pub fn access<VALUE: Into<String>>(self, value: VALUE) -> Self
Cgroup access permissions format, rwm.