#[repr(C)]pub struct SettingVtbl {
pub CxxDrop: fn(this: &mut Setting),
pub Unk_01: fn(this: &mut Setting) -> bool,
}
Expand description
Virtual function table for Setting
.
Fields§
§CxxDrop: fn(this: &mut Setting)
§Unk_01: fn(this: &mut Setting) -> bool
Implementations§
Source§impl SettingVtbl
impl SettingVtbl
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingVtbl
impl RefUnwindSafe for SettingVtbl
impl Send for SettingVtbl
impl Sync for SettingVtbl
impl Unpin for SettingVtbl
impl UnwindSafe for SettingVtbl
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