Struct windows::Win32::System::AddressBook::IProfSect_Vtbl
#[repr(C)]pub struct IProfSect_Vtbl {
pub base__: IMAPIProp_Vtbl,
}
Fields§
§base__: IMAPIProp_Vtbl
Implementations§
§impl IProfSect_Vtbl
impl IProfSect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProfSect_Vtblwhere
Identity: IProfSect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProfSect_Vtbl
impl RefUnwindSafe for IProfSect_Vtbl
impl Send for IProfSect_Vtbl
impl Sync for IProfSect_Vtbl
impl Unpin for IProfSect_Vtbl
impl UnwindSafe for IProfSect_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