#[repr(C)]pub struct MLNResourceResponse {
pub data: *const c_uchar,
pub data_len: size_t,
pub error: *const c_char,
pub not_found: bool,
}Expand description
Resource response
Fields§
§data: *const c_uchar§data_len: size_t§error: *const c_charNULL if no error
not_found: booltrue if 404
Trait Implementations§
Source§impl Debug for MLNResourceResponse
impl Debug for MLNResourceResponse
Auto Trait Implementations§
impl Freeze for MLNResourceResponse
impl RefUnwindSafe for MLNResourceResponse
impl !Send for MLNResourceResponse
impl !Sync for MLNResourceResponse
impl Unpin for MLNResourceResponse
impl UnsafeUnpin for MLNResourceResponse
impl UnwindSafe for MLNResourceResponse
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