Struct IEnumACString_Vtbl
#[repr(C)]pub struct IEnumACString_Vtbl {
    pub base__: IEnumString_Vtbl,
    pub NextItem: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
    pub SetEnumOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub GetEnumOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}Fields§
§base__: IEnumString_Vtbl§NextItem: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT§SetEnumOptions: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetEnumOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULTImplementations§
§impl IEnumACString_Vtbl
 
impl IEnumACString_Vtbl
pub const fn new<Identity: IEnumACString_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEnumACString_Vtbl
impl RefUnwindSafe for IEnumACString_Vtbl
impl Send for IEnumACString_Vtbl
impl Sync for IEnumACString_Vtbl
impl Unpin for IEnumACString_Vtbl
impl UnwindSafe for IEnumACString_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