Enum cgroups_rs::devices::DeviceType [−][src]
pub enum DeviceType { All, Char, Block, }
Expand description
An enum holding the different types of devices that can be manipulated using this controller.
Variants
The rule applies to all devices.
The rule only applies to character devices.
The rule only applies to block devices.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceType
impl Send for DeviceType
impl Sync for DeviceType
impl Unpin for DeviceType
impl UnwindSafe for DeviceType
Blanket Implementations
Mutably borrows from an owned value. Read more