Enum libssh_rs_sys::ssh_keycmp_e
source · [−]#[repr(u32)]
pub enum ssh_keycmp_e {
SSH_KEY_CMP_PUBLIC,
SSH_KEY_CMP_PRIVATE,
}Variants
SSH_KEY_CMP_PUBLIC
SSH_KEY_CMP_PRIVATE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ssh_keycmp_e
impl Send for ssh_keycmp_e
impl Sync for ssh_keycmp_e
impl Unpin for ssh_keycmp_e
impl UnwindSafe for ssh_keycmp_e
Blanket Implementations
Mutably borrows from an owned value. Read more