Struct devicemapper::DmOptions
source ·
[−]pub struct DmOptions { /* private fields */ }Expand description
Encapsulates options for device mapper calls
Implementations
Set the DmFlags value for self. Replace the previous value. Consumes self.
Set the DmCookie value for self. Replace the previous value. Consumes self.
Retrieve the cookie value (used for input in upper 16 bits of event_nr header field).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DmOptions
impl UnwindSafe for DmOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
