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 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