Enum fm::cryptsetup::BlockDeviceAction
source · pub enum BlockDeviceAction {
MOUNT,
UMOUNT,
}Expand description
Possible actions on encrypted drives
Variants§
Trait Implementations§
source§impl Clone for BlockDeviceAction
impl Clone for BlockDeviceAction
source§fn clone(&self) -> BlockDeviceAction
fn clone(&self) -> BlockDeviceAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more