Struct IServiceTransactionConfig_Vtbl
#[repr(C)]pub struct IServiceTransactionConfig_Vtbl {
pub base__: IServiceTransactionConfigBase_Vtbl,
pub ConfigureBYOT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IServiceTransactionConfigBase_Vtbl
§ConfigureBYOT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IServiceTransactionConfig_Vtbl
impl IServiceTransactionConfig_Vtbl
pub const fn new<Identity: IServiceTransactionConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IServiceTransactionConfig_Vtbl
impl RefUnwindSafe for IServiceTransactionConfig_Vtbl
impl Send for IServiceTransactionConfig_Vtbl
impl Sync for IServiceTransactionConfig_Vtbl
impl Unpin for IServiceTransactionConfig_Vtbl
impl UnwindSafe for IServiceTransactionConfig_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