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