Struct windows::Win32::Networking::ActiveDirectory::IADsPath_Vtbl
#[repr(C)]pub struct IADsPath_Vtbl {
pub base__: IDispatch_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetVolumeName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetVolumeName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetPath: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IADsPath_Vtbl
impl IADsPath_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IADsPath_Vtblwhere
Identity: IADsPath_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsPath_Vtbl
impl RefUnwindSafe for IADsPath_Vtbl
impl Send for IADsPath_Vtbl
impl Sync for IADsPath_Vtbl
impl Unpin for IADsPath_Vtbl
impl UnwindSafe for IADsPath_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