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