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