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_uintnode: *mut c_voidblob: *mut c_ucharblob_len: size_tcomment: *mut c_charAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more