#[repr(C)]pub struct IPropertySetStorage {
pub lpVtbl: *mut IPropertySetStorageVtbl,
}
Fields§
§lpVtbl: *mut IPropertySetStorageVtbl
Trait Implementations§
Source§impl Clone for IPropertySetStorage
impl Clone for IPropertySetStorage
Source§fn clone(&self) -> IPropertySetStorage
fn clone(&self) -> IPropertySetStorage
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 IPropertySetStorage
impl Debug for IPropertySetStorage
Source§impl Ord for IPropertySetStorage
impl Ord for IPropertySetStorage
Source§fn cmp(&self, other: &IPropertySetStorage) -> Ordering
fn cmp(&self, other: &IPropertySetStorage) -> 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 IPropertySetStorage
impl PartialEq for IPropertySetStorage
Source§impl PartialOrd for IPropertySetStorage
impl PartialOrd for IPropertySetStorage
impl Copy for IPropertySetStorage
impl Eq for IPropertySetStorage
impl StructuralPartialEq for IPropertySetStorage
Auto Trait Implementations§
impl Freeze for IPropertySetStorage
impl RefUnwindSafe for IPropertySetStorage
impl !Send for IPropertySetStorage
impl !Sync for IPropertySetStorage
impl Unpin for IPropertySetStorage
impl UnwindSafe for IPropertySetStorage
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