Struct gtk4::PasswordEntryBufferBuilder [−][src]
pub struct PasswordEntryBufferBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct PasswordEntryBuffer
objects.
Implementations
This is supported on crate feature v4_4
only.
This is supported on crate feature
v4_4
only.Create a new PasswordEntryBufferBuilder
.
This is supported on crate feature v4_4
only.
This is supported on crate feature
v4_4
only.Build the PasswordEntryBuffer
.
This is supported on crate feature v4_4
only.
This is supported on crate feature
v4_4
only.The maximum length (in characters) of the text in the buffer.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PasswordEntryBufferBuilder
impl Send for PasswordEntryBufferBuilder
impl Sync for PasswordEntryBufferBuilder
impl Unpin for PasswordEntryBufferBuilder
impl UnwindSafe for PasswordEntryBufferBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more