Struct IADsLocality_Vtbl
#[repr(C)]pub struct IADsLocality_Vtbl {
pub base__: IADs_Vtbl,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LocalityName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocalityName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PostalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPostalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SeeAlso: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetSeeAlso: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IADs_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§LocalityName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetLocalityName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PostalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPostalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SeeAlso: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetSeeAlso: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IADsLocality_Vtbl
impl IADsLocality_Vtbl
pub const fn new<Identity: IADsLocality_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsLocality_Vtbl
impl RefUnwindSafe for IADsLocality_Vtbl
impl Send for IADsLocality_Vtbl
impl Sync for IADsLocality_Vtbl
impl Unpin for IADsLocality_Vtbl
impl UnwindSafe for IADsLocality_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