#[repr(C)]pub struct IPropertySetStorage {
pub lpVtbl: *mut IPropertySetStorageVtbl,
}Fields§
§lpVtbl: *mut IPropertySetStorageVtblTrait Implementations§
Source§impl Clone for IPropertySetStorage
impl Clone for IPropertySetStorage
Source§fn clone(&self) -> IPropertySetStorage
fn clone(&self) -> IPropertySetStorage
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 IPropertySetStorage
Auto Trait Implementations§
impl !Send for IPropertySetStorage
impl !Sync for IPropertySetStorage
impl Freeze for IPropertySetStorage
impl RefUnwindSafe for IPropertySetStorage
impl Unpin for IPropertySetStorage
impl UnsafeUnpin 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