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