Struct windows::Foundation::Collections::IPropertySet_Vtbl
#[repr(C)]pub struct IPropertySet_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Implementations§
§impl IPropertySet_Vtbl
impl IPropertySet_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPropertySet_Vtblwhere
Identity: IPropertySet_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertySet_Vtbl
impl RefUnwindSafe for IPropertySet_Vtbl
impl Send for IPropertySet_Vtbl
impl Sync for IPropertySet_Vtbl
impl Unpin for IPropertySet_Vtbl
impl UnwindSafe for IPropertySet_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