Struct IWebAuthenticationTransferTokenRequest_Vtbl
#[repr(C)]pub struct IWebAuthenticationTransferTokenRequest_Vtbl {
pub base__: IInspectable_Vtbl,
pub WebAccountProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TransferToken: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTransferToken: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CorrelationId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCorrelationId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§WebAccountProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TransferToken: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTransferToken: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CorrelationId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCorrelationId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWebAuthenticationTransferTokenRequest_Vtbl
impl RefUnwindSafe for IWebAuthenticationTransferTokenRequest_Vtbl
impl Send for IWebAuthenticationTransferTokenRequest_Vtbl
impl Sync for IWebAuthenticationTransferTokenRequest_Vtbl
impl Unpin for IWebAuthenticationTransferTokenRequest_Vtbl
impl UnwindSafe for IWebAuthenticationTransferTokenRequest_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