Struct IMcastScope_Vtbl
#[repr(C)]pub struct IMcastScope_Vtbl {
pub base__: IDispatch_Vtbl,
pub ScopeID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ServerID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub InterfaceID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ScopeDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TTL: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ScopeID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ServerID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§InterfaceID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ScopeDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TTL: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IMcastScope_Vtbl
impl IMcastScope_Vtbl
pub const fn new<Identity: IMcastScope_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMcastScope_Vtbl
impl RefUnwindSafe for IMcastScope_Vtbl
impl Send for IMcastScope_Vtbl
impl Sync for IMcastScope_Vtbl
impl Unpin for IMcastScope_Vtbl
impl UnwindSafe for IMcastScope_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