#[repr(C)]pub struct IMultiSourceFrame {
pub lpVtbl: *mut IMultiSourceFrameVtbl,
}Fields§
§lpVtbl: *mut IMultiSourceFrameVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IMultiSourceFrame
impl RefUnwindSafe for IMultiSourceFrame
impl !Send for IMultiSourceFrame
impl !Sync for IMultiSourceFrame
impl Unpin for IMultiSourceFrame
impl UnwindSafe for IMultiSourceFrame
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