Struct ISpProperties_Vtbl
#[repr(C)]pub struct ISpProperties_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetPropertyNum: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub GetPropertyNum: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut i32) -> HRESULT,
pub SetPropertyString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetPropertyString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetPropertyNum: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§GetPropertyNum: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut i32) -> HRESULT
§SetPropertyString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetPropertyString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PWSTR) -> HRESULT
Implementations§
§impl ISpProperties_Vtbl
impl ISpProperties_Vtbl
pub const fn new<Identity: ISpProperties_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpProperties_Vtbl
impl RefUnwindSafe for ISpProperties_Vtbl
impl Send for ISpProperties_Vtbl
impl Sync for ISpProperties_Vtbl
impl Unpin for ISpProperties_Vtbl
impl UnwindSafe for ISpProperties_Vtbl
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