Struct IHttpContentRangeHeaderValue_Vtbl
#[repr(C)]pub struct IHttpContentRangeHeaderValue_Vtbl {
pub base__: IInspectable_Vtbl,
pub FirstBytePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LastBytePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§FirstBytePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LastBytePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IHttpContentRangeHeaderValue_Vtbl
impl RefUnwindSafe for IHttpContentRangeHeaderValue_Vtbl
impl Send for IHttpContentRangeHeaderValue_Vtbl
impl Sync for IHttpContentRangeHeaderValue_Vtbl
impl Unpin for IHttpContentRangeHeaderValue_Vtbl
impl UnwindSafe for IHttpContentRangeHeaderValue_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