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