#[repr(C)]pub struct SettingCollectionListVtbl<T> {
pub __base: SettingCollectionMapVtbl<T>,
}
Expand description
The virtual function table for SettingCollectionList<T>
.
This struct defines function pointers to simulate the C++ virtual functions.
Fields§
§__base: SettingCollectionMapVtbl<T>
Auto Trait Implementations§
impl<T> Freeze for SettingCollectionListVtbl<T>
impl<T> RefUnwindSafe for SettingCollectionListVtbl<T>
impl<T> Send for SettingCollectionListVtbl<T>
impl<T> Sync for SettingCollectionListVtbl<T>
impl<T> Unpin for SettingCollectionListVtbl<T>
impl<T> UnwindSafe for SettingCollectionListVtbl<T>
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