#[repr(C)]pub struct BaseFormComponentVtbl {
pub CxxDrop: extern "C" fn(this: *mut c_void),
pub InitializeDataComponent: extern "C" fn(this: *mut c_void),
pub ClearDataComponent: extern "C" fn(this: *mut c_void),
pub CopyComponent: extern "C" fn(this: *mut c_void, _rhs: *mut c_void),
}
Fields§
§CxxDrop: extern "C" fn(this: *mut c_void)
C++ destructor: ~BaseFormComponent
InitializeDataComponent: extern "C" fn(this: *mut c_void)
BaseFormComponent
: pure virtual
ClearDataComponent: extern "C" fn(this: *mut c_void)
BaseFormComponent
: pure virtual
CopyComponent: extern "C" fn(this: *mut c_void, _rhs: *mut c_void)
BaseFormComponent
: always returnc_void
Trait Implementations§
Source§impl Clone for BaseFormComponentVtbl
impl Clone for BaseFormComponentVtbl
Source§fn clone(&self) -> BaseFormComponentVtbl
fn clone(&self) -> BaseFormComponentVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BaseFormComponentVtbl
impl Debug for BaseFormComponentVtbl
Source§impl Hash for BaseFormComponentVtbl
impl Hash for BaseFormComponentVtbl
Source§impl Ord for BaseFormComponentVtbl
impl Ord for BaseFormComponentVtbl
Source§fn cmp(&self, other: &BaseFormComponentVtbl) -> Ordering
fn cmp(&self, other: &BaseFormComponentVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BaseFormComponentVtbl
impl PartialEq for BaseFormComponentVtbl
Source§impl PartialOrd for BaseFormComponentVtbl
impl PartialOrd for BaseFormComponentVtbl
impl Eq for BaseFormComponentVtbl
impl StructuralPartialEq for BaseFormComponentVtbl
Auto Trait Implementations§
impl Freeze for BaseFormComponentVtbl
impl RefUnwindSafe for BaseFormComponentVtbl
impl Send for BaseFormComponentVtbl
impl Sync for BaseFormComponentVtbl
impl Unpin for BaseFormComponentVtbl
impl UnwindSafe for BaseFormComponentVtbl
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