#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IPropertyBag
Auto Trait Implementations§
impl !Send for IPropertyBag
impl !Sync for IPropertyBag
impl Freeze for IPropertyBag
impl RefUnwindSafe for IPropertyBag
impl Unpin for IPropertyBag
impl UnsafeUnpin 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