Struct IADsReplicaPointer_Vtbl
#[repr(C)]pub struct IADsReplicaPointer_Vtbl {
pub base__: IDispatch_Vtbl,
pub ServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReplicaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetReplicaType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ReplicaNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetReplicaNumber: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ReplicaAddressHints: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetReplicaAddressHints: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReplicaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetReplicaType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ReplicaNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetReplicaNumber: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ReplicaAddressHints: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetReplicaAddressHints: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IADsReplicaPointer_Vtbl
impl IADsReplicaPointer_Vtbl
pub const fn new<Identity: IADsReplicaPointer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsReplicaPointer_Vtbl
impl RefUnwindSafe for IADsReplicaPointer_Vtbl
impl Send for IADsReplicaPointer_Vtbl
impl Sync for IADsReplicaPointer_Vtbl
impl Unpin for IADsReplicaPointer_Vtbl
impl UnwindSafe for IADsReplicaPointer_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