Struct curl_sys::curl_slist
source · [−]#[repr(C)]pub struct curl_slist {
pub data: *mut c_char,
pub next: *mut curl_slist,
}
Fields
data: *mut c_char
next: *mut curl_slist
Auto Trait Implementations
impl RefUnwindSafe for curl_slist
impl !Send for curl_slist
impl !Sync for curl_slist
impl Unpin for curl_slist
impl UnwindSafe for curl_slist
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