#[repr(C)]pub struct IVdsSubSystemNaming_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IVdsSubSystemNaming_Vtbl
impl IVdsSubSystemNaming_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsSubSystemNaming_Vtblwhere
Identity: IVdsSubSystemNaming_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsSubSystemNaming_Vtbl
impl RefUnwindSafe for IVdsSubSystemNaming_Vtbl
impl Send for IVdsSubSystemNaming_Vtbl
impl Sync for IVdsSubSystemNaming_Vtbl
impl Unpin for IVdsSubSystemNaming_Vtbl
impl UnwindSafe for IVdsSubSystemNaming_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