Struct IHttpContent_Vtbl
#[repr(C)]pub struct IHttpContent_Vtbl {
pub base__: IInspectable_Vtbl,
pub Headers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BufferAllAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadAsBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadAsInputStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadAsStringAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryComputeLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut bool) -> HRESULT,
pub WriteToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Headers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BufferAllAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadAsBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadAsInputStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadAsStringAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TryComputeLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut bool) -> HRESULT
§WriteToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IHttpContent_Vtbl
impl IHttpContent_Vtbl
pub const fn new<Identity: IHttpContent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHttpContent_Vtbl
impl RefUnwindSafe for IHttpContent_Vtbl
impl Send for IHttpContent_Vtbl
impl Sync for IHttpContent_Vtbl
impl Unpin for IHttpContent_Vtbl
impl UnwindSafe for IHttpContent_Vtbl
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