#[repr(C)]pub struct IPropertyBag {
pub lpVtbl: *mut IPropertyBagVtbl,
}
Fields§
§lpVtbl: *mut IPropertyBagVtbl
Trait Implementations§
Source§impl Clone for IPropertyBag
impl Clone for IPropertyBag
Source§fn clone(&self) -> IPropertyBag
fn clone(&self) -> IPropertyBag
Returns a copy 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
Source§impl Ord for IPropertyBag
impl Ord for IPropertyBag
Source§fn cmp(&self, other: &IPropertyBag) -> Ordering
fn cmp(&self, other: &IPropertyBag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPropertyBag
impl PartialEq for IPropertyBag
Source§impl PartialOrd for IPropertyBag
impl PartialOrd for IPropertyBag
impl Copy for IPropertyBag
impl Eq for IPropertyBag
impl StructuralPartialEq 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