#[repr(C)]pub struct BNDownloadInstanceResponse {
pub statusCode: u16,
pub headerCount: u64,
pub headerKeys: *mut *mut c_char,
pub headerValues: *mut *mut c_char,
}
Fields§
§statusCode: u16
§headerCount: u64
§headerKeys: *mut *mut c_char
§headerValues: *mut *mut c_char
Trait Implementations§
source§impl Clone for BNDownloadInstanceResponse
impl Clone for BNDownloadInstanceResponse
source§fn clone(&self) -> BNDownloadInstanceResponse
fn clone(&self) -> BNDownloadInstanceResponse
Returns a copy 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 BNDownloadInstanceResponse
impl Debug for BNDownloadInstanceResponse
source§impl Default for BNDownloadInstanceResponse
impl Default for BNDownloadInstanceResponse
impl Copy for BNDownloadInstanceResponse
Auto Trait Implementations§
impl Freeze for BNDownloadInstanceResponse
impl RefUnwindSafe for BNDownloadInstanceResponse
impl !Send for BNDownloadInstanceResponse
impl !Sync for BNDownloadInstanceResponse
impl Unpin for BNDownloadInstanceResponse
impl UnwindSafe for BNDownloadInstanceResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)