#[repr(C)]pub struct iv_sessioninfo_s {
pub url: *mut u8,
pub ctype: *mut u8,
pub response: i32,
pub length: i32,
pub progress: i32,
}Fields§
§url: *mut u8§ctype: *mut u8§response: i32§length: i32§progress: i32Trait Implementations§
Source§impl Clone for iv_sessioninfo_s
impl Clone for iv_sessioninfo_s
Source§fn clone(&self) -> iv_sessioninfo_s
fn clone(&self) -> iv_sessioninfo_s
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 iv_sessioninfo_s
impl Debug for iv_sessioninfo_s
impl Copy for iv_sessioninfo_s
Auto Trait Implementations§
impl Freeze for iv_sessioninfo_s
impl RefUnwindSafe for iv_sessioninfo_s
impl !Send for iv_sessioninfo_s
impl !Sync for iv_sessioninfo_s
impl Unpin for iv_sessioninfo_s
impl UnwindSafe for iv_sessioninfo_s
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