Struct IThreadNetworkContext_Vtbl
#[repr(C)]pub struct IThreadNetworkContext_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for IThreadNetworkContext_Vtbl
impl RefUnwindSafe for IThreadNetworkContext_Vtbl
impl Send for IThreadNetworkContext_Vtbl
impl Sync for IThreadNetworkContext_Vtbl
impl Unpin for IThreadNetworkContext_Vtbl
impl UnwindSafe for IThreadNetworkContext_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