Home
last modified time | relevance | path

Searched defs:AuthenticatorAttachment (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/system_api/src/protos/
Dfido.rs2412 pub fn get_authenticator_attachment(&self) -> AuthenticatorAttachment { in get_authenticator_attachment()
2420 pub fn set_authenticator_attachment(&mut self, v: AuthenticatorAttachment) { in set_authenticator_attachment()
3622 pub enum AuthenticatorAttachment { enum
3628 impl ::protobuf::ProtobufEnum for AuthenticatorAttachment { implementation
3633 fn from_i32(value: i32) -> ::std::option::Option<AuthenticatorAttachment> { in from_i32()
3652 impl ::std::marker::Copy for AuthenticatorAttachment { implementation
3655 impl ::std::default::Default for AuthenticatorAttachment { implementation
3661 impl ::protobuf::reflect::ProtobufValue for AuthenticatorAttachment { implementation