Struct IFsrmPathMapper_Vtbl
#[repr(C)]pub struct IFsrmPathMapper_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetSharePathsForLocalPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
Implementations§
§impl IFsrmPathMapper_Vtbl
impl IFsrmPathMapper_Vtbl
pub const fn new<Identity: IFsrmPathMapper_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPathMapper_Vtbl
impl RefUnwindSafe for IFsrmPathMapper_Vtbl
impl Send for IFsrmPathMapper_Vtbl
impl Sync for IFsrmPathMapper_Vtbl
impl Unpin for IFsrmPathMapper_Vtbl
impl UnwindSafe for IFsrmPathMapper_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