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