Struct libssh2_sys::libssh2_agent_publickey[][src]

#[repr(C)]
pub struct libssh2_agent_publickey { pub magic: c_uint, pub node: *mut c_void, pub blob: *mut c_uchar, pub blob_len: size_t, pub comment: *mut c_char, }

Fields

magic: c_uintnode: *mut c_voidblob: *mut c_ucharblob_len: size_tcomment: *mut c_char

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.