Struct windows::Win32::System::Iis::IFtpProviderConstruct_Vtbl
#[repr(C)]pub struct IFtpProviderConstruct_Vtbl {
pub base__: IUnknown_Vtbl,
pub Construct: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Construct: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
Implementations§
§impl IFtpProviderConstruct_Vtbl
impl IFtpProviderConstruct_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFtpProviderConstruct_Vtblwhere
Identity: IFtpProviderConstruct_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFtpProviderConstruct_Vtbl
impl RefUnwindSafe for IFtpProviderConstruct_Vtbl
impl Send for IFtpProviderConstruct_Vtbl
impl Sync for IFtpProviderConstruct_Vtbl
impl Unpin for IFtpProviderConstruct_Vtbl
impl UnwindSafe for IFtpProviderConstruct_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