#[repr(C)]pub struct IPropertyBag {
    pub lpVtbl: *mut IPropertyBagVtbl,
}Fields§
§lpVtbl: *mut IPropertyBagVtblTrait Implementations§
Source§impl Clone for IPropertyBag
 
impl Clone for IPropertyBag
Source§fn clone(&self) -> IPropertyBag
 
fn clone(&self) -> IPropertyBag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for IPropertyBag
 
impl Debug for IPropertyBag
impl Copy for IPropertyBag
Auto Trait Implementations§
impl Freeze for IPropertyBag
impl RefUnwindSafe for IPropertyBag
impl !Send for IPropertyBag
impl !Sync for IPropertyBag
impl Unpin for IPropertyBag
impl UnwindSafe for IPropertyBag
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