Struct libssh2_sys::libssh2_agent_publickey
source · #[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_uint
§node: *mut c_void
§blob: *mut c_uchar
§blob_len: size_t
§comment: *mut c_char
Auto Trait Implementations§
impl Freeze for libssh2_agent_publickey
impl RefUnwindSafe for libssh2_agent_publickey
impl !Send for libssh2_agent_publickey
impl !Sync for libssh2_agent_publickey
impl Unpin for libssh2_agent_publickey
impl UnwindSafe for libssh2_agent_publickey
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