#[repr(C)]pub struct ove_http_header_t {
pub name: *const c_char,
pub value: *const c_char,
}Fields§
§name: *const c_char§value: *const c_charAuto Trait Implementations§
impl Freeze for ove_http_header_t
impl RefUnwindSafe for ove_http_header_t
impl !Send for ove_http_header_t
impl !Sync for ove_http_header_t
impl Unpin for ove_http_header_t
impl UnwindSafe for ove_http_header_t
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