Struct IHttpContentDispositionHeaderValue_Vtbl
#[repr(C)]pub struct IHttpContentDispositionHeaderValue_Vtbl {
pub base__: IInspectable_Vtbl,
pub DispositionType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDispositionType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FileNameStar: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileNameStar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DispositionType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDispositionType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FileNameStar: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFileNameStar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHttpContentDispositionHeaderValue_Vtbl
impl RefUnwindSafe for IHttpContentDispositionHeaderValue_Vtbl
impl Send for IHttpContentDispositionHeaderValue_Vtbl
impl Sync for IHttpContentDispositionHeaderValue_Vtbl
impl Unpin for IHttpContentDispositionHeaderValue_Vtbl
impl UnwindSafe for IHttpContentDispositionHeaderValue_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