Struct IMLangConvertCharset_Vtbl
#[repr(C)]pub struct IMLangConvertCharset_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub GetSourceCodePage: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetDestinationCodePage: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub DoConversion: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: *mut u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub DoConversionToUnicode: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: PWSTR, _: *mut u32) -> HRESULT,
pub DoConversionFromUnicode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: PSTR, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§GetSourceCodePage: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetDestinationCodePage: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§DoConversion: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: *mut u32, _: *mut u8, _: *mut u32) -> HRESULT
§DoConversionToUnicode: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: PWSTR, _: *mut u32) -> HRESULT
§DoConversionFromUnicode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: PSTR, _: *mut u32) -> HRESULT
Implementations§
§impl IMLangConvertCharset_Vtbl
impl IMLangConvertCharset_Vtbl
pub const fn new<Identity: IMLangConvertCharset_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMLangConvertCharset_Vtbl
impl RefUnwindSafe for IMLangConvertCharset_Vtbl
impl Send for IMLangConvertCharset_Vtbl
impl Sync for IMLangConvertCharset_Vtbl
impl Unpin for IMLangConvertCharset_Vtbl
impl UnwindSafe for IMLangConvertCharset_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