Struct windows::Win32::Globalization::IOptionDescription_Vtbl
#[repr(C)]pub struct IOptionDescription_Vtbl {
pub base__: IUnknown_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Heading: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Labels: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Heading: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Labels: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IOptionDescription_Vtbl
impl IOptionDescription_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOptionDescription_Vtblwhere
Identity: IOptionDescription_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOptionDescription_Vtbl
impl RefUnwindSafe for IOptionDescription_Vtbl
impl Send for IOptionDescription_Vtbl
impl Sync for IOptionDescription_Vtbl
impl Unpin for IOptionDescription_Vtbl
impl UnwindSafe for IOptionDescription_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