#[repr(C)]pub struct curl_blob {
pub data: *mut c_void,
pub len: size_t,
pub flags: c_uint,
}
Fields§
§data: *mut c_void
§len: size_t
§flags: c_uint
Auto Trait Implementations§
impl Freeze for curl_blob
impl RefUnwindSafe for curl_blob
impl !Send for curl_blob
impl !Sync for curl_blob
impl Unpin for curl_blob
impl UnwindSafe for curl_blob
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