Struct curl_sys::curl_blob
#[repr(C)]
pub struct curl_blob {
pub data: *mut c_void,
pub len: size_t,
pub flags: c_uint,
}
Fields
pub data: *mut c_void
pub len: size_t
pub flags: c_uint
Auto Trait Implementations
impl RefUnwindSafe for curl_blob
impl UnwindSafe for curl_blob
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T