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