#[repr(C)]pub struct IPortableDeviceContent2Vtbl {
pub parent: IPortableDeviceContentVtbl,
pub UpdateObjectWithPropertiesAndData: unsafe extern "system" fn(This: *mut IPortableDeviceContent2, pszObjectID: LPCWSTR, pProperties: *mut IPortableDeviceValues, ppData: *mut *mut IStream, pdwOptimalWriteBufferSize: *mut DWORD) -> HRESULT,
}
Fields§
§parent: IPortableDeviceContentVtbl
§UpdateObjectWithPropertiesAndData: unsafe extern "system" fn(This: *mut IPortableDeviceContent2, pszObjectID: LPCWSTR, pProperties: *mut IPortableDeviceValues, ppData: *mut *mut IStream, pdwOptimalWriteBufferSize: *mut DWORD) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPortableDeviceContent2Vtbl
impl RefUnwindSafe for IPortableDeviceContent2Vtbl
impl Send for IPortableDeviceContent2Vtbl
impl Sync for IPortableDeviceContent2Vtbl
impl Unpin for IPortableDeviceContent2Vtbl
impl UnwindSafe for IPortableDeviceContent2Vtbl
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