#[repr(u32)]pub enum _GTlsPasswordFlags {
G_TLS_PASSWORD_NONE = 0,
G_TLS_PASSWORD_RETRY = 2,
G_TLS_PASSWORD_MANY_TRIES = 4,
G_TLS_PASSWORD_FINAL_TRY = 8,
G_TLS_PASSWORD_PKCS11_USER = 16,
G_TLS_PASSWORD_PKCS11_SECURITY_OFFICER = 32,
G_TLS_PASSWORD_PKCS11_CONTEXT_SPECIFIC = 64,
}Variants§
G_TLS_PASSWORD_NONE = 0
G_TLS_PASSWORD_RETRY = 2
G_TLS_PASSWORD_MANY_TRIES = 4
G_TLS_PASSWORD_FINAL_TRY = 8
G_TLS_PASSWORD_PKCS11_USER = 16
G_TLS_PASSWORD_PKCS11_SECURITY_OFFICER = 32
G_TLS_PASSWORD_PKCS11_CONTEXT_SPECIFIC = 64
Trait Implementations§
Source§impl Clone for _GTlsPasswordFlags
impl Clone for _GTlsPasswordFlags
Source§fn clone(&self) -> _GTlsPasswordFlags
fn clone(&self) -> _GTlsPasswordFlags
Returns a duplicate 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 moreSource§impl Debug for _GTlsPasswordFlags
impl Debug for _GTlsPasswordFlags
Source§impl Hash for _GTlsPasswordFlags
impl Hash for _GTlsPasswordFlags
Source§impl PartialEq for _GTlsPasswordFlags
impl PartialEq for _GTlsPasswordFlags
impl Copy for _GTlsPasswordFlags
impl Eq for _GTlsPasswordFlags
impl StructuralPartialEq for _GTlsPasswordFlags
Auto Trait Implementations§
impl Freeze for _GTlsPasswordFlags
impl RefUnwindSafe for _GTlsPasswordFlags
impl Send for _GTlsPasswordFlags
impl Sync for _GTlsPasswordFlags
impl Unpin for _GTlsPasswordFlags
impl UnwindSafe for _GTlsPasswordFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more