Struct windows::Win32::Devices::Tapi::IMcastAddressAllocation_Vtbl
#[repr(C)]pub struct IMcastAddressAllocation_Vtbl {
pub base__: IDispatch_Vtbl,
pub Scopes: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub EnumerateScopes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: f64, _: i32, _: *mut *mut c_void) -> HRESULT,
pub RenewAddress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReleaseAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateLeaseInfo: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: u32, _: *const PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub CreateLeaseInfoFromVariant: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Scopes: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§EnumerateScopes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: f64, _: i32, _: *mut *mut c_void) -> HRESULT
§RenewAddress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReleaseAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateLeaseInfo: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: u32, _: *const PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§CreateLeaseInfoFromVariant: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMcastAddressAllocation_Vtbl
impl IMcastAddressAllocation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMcastAddressAllocation_Vtblwhere
Identity: IMcastAddressAllocation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMcastAddressAllocation_Vtbl
impl RefUnwindSafe for IMcastAddressAllocation_Vtbl
impl Send for IMcastAddressAllocation_Vtbl
impl Sync for IMcastAddressAllocation_Vtbl
impl Unpin for IMcastAddressAllocation_Vtbl
impl UnwindSafe for IMcastAddressAllocation_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