Struct gtk4::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
.
The display where dialogs will be shown.
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.
Determines if and how the password information should be saved.
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 MountOperationBuilder
impl !Send for MountOperationBuilder
impl !Sync for MountOperationBuilder
impl Unpin for MountOperationBuilder
impl UnwindSafe for MountOperationBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more