#[repr(C)]pub struct rc_api_fetch_image_request_t {
pub image_name: *const c_char,
pub image_type: u32,
}Expand description
API parameters for a fetch image request. NOTE: fetch image server response is the raw image data. There is no rc_api_process_fetch_image_response function.
Fields§
§image_name: *const c_char§image_type: u32Trait Implementations§
Source§impl Clone for rc_api_fetch_image_request_t
impl Clone for rc_api_fetch_image_request_t
Source§fn clone(&self) -> rc_api_fetch_image_request_t
fn clone(&self) -> rc_api_fetch_image_request_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for rc_api_fetch_image_request_t
impl Debug for rc_api_fetch_image_request_t
impl Copy for rc_api_fetch_image_request_t
Auto Trait Implementations§
impl Freeze for rc_api_fetch_image_request_t
impl RefUnwindSafe for rc_api_fetch_image_request_t
impl !Send for rc_api_fetch_image_request_t
impl !Sync for rc_api_fetch_image_request_t
impl Unpin for rc_api_fetch_image_request_t
impl UnwindSafe for rc_api_fetch_image_request_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