#[repr(C)]pub struct ISpProperties {
pub lpVtbl: *const ISpPropertiesVtbl,
}
Fields§
§lpVtbl: *const ISpPropertiesVtbl
Implementations§
Source§impl ISpProperties
impl ISpProperties
pub unsafe fn SetPropertyNum(&self, pName: LPCWSTR, lValue: LONG) -> HRESULT
pub unsafe fn GetPropertyNum( &self, pName: LPCWSTR, plValue: *mut LONG, ) -> HRESULT
pub unsafe fn SetPropertyString( &self, pName: LPCWSTR, pValue: LPCWSTR, ) -> HRESULT
pub unsafe fn GetPropertyString( &self, pName: LPCWSTR, ppCoMemValue: *mut LPWSTR, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpProperties
impl Deref for ISpProperties
Auto Trait Implementations§
impl Freeze for ISpProperties
impl RefUnwindSafe for ISpProperties
impl !Send for ISpProperties
impl !Sync for ISpProperties
impl Unpin for ISpProperties
impl UnwindSafe for ISpProperties
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