#[repr(C)]pub struct SharedRefImpl<REF_T> {
pub _phantom_0: PhantomData<UnsafeCell<REF_T>>,
pub vtable_: *const SharedRefImpl__bindgen_vtable,
pub mRef: REF_T,
pub mSuiteP: *mut DRAWBOT_SupplierSuite1,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<REF_T>>§vtable_: *const SharedRefImpl__bindgen_vtable§mRef: REF_T§mSuiteP: *mut DRAWBOT_SupplierSuite1Trait Implementations§
Auto Trait Implementations§
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