Struct gtk::MountOperationBuilder [−][src]
pub struct MountOperationBuilder { /* fields omitted */ }Expand description
A builder-pattern type to construct MountOperation objects.
Implementations
Create a new MountOperationBuilder.
Build the MountOperation.
Whether to use an anonymous user when authenticating.
The index of the user’s choice when a question is asked during the
mount operation. See the signal::gio::MountOperation::ask-question signal.
Whether the device to be unlocked is a TCRYPT hidden volume. See the VeraCrypt documentation.
Whether the device to be unlocked is a TCRYPT system volume. In this context, a system volume is a volume with a bootloader and operating system installed. This is only supported for Windows operating systems. For further documentation, see the VeraCrypt documentation.
The password that is used for authentication when carrying out the mount operation.
The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See the VeraCrypt documentation.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MountOperationBuilderimpl !Send for MountOperationBuilderimpl !Sync for MountOperationBuilderimpl Unpin for MountOperationBuilderimpl UnwindSafe for MountOperationBuilderBlanket Implementations
Mutably borrows from an owned value. Read more