#[repr(C)]pub struct TESChildCellVtbl {
pub CxxDrop: fn(this: *mut c_void),
pub GetSaveParentCell: fn(this: *mut c_void),
}
Fields§
§CxxDrop: fn(this: *mut c_void)
§GetSaveParentCell: fn(this: *mut c_void)
Trait Implementations§
Source§impl Clone for TESChildCellVtbl
impl Clone for TESChildCellVtbl
Source§fn clone(&self) -> TESChildCellVtbl
fn clone(&self) -> TESChildCellVtbl
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 TESChildCellVtbl
impl Debug for TESChildCellVtbl
Source§impl Hash for TESChildCellVtbl
impl Hash for TESChildCellVtbl
Source§impl Ord for TESChildCellVtbl
impl Ord for TESChildCellVtbl
Source§fn cmp(&self, other: &TESChildCellVtbl) -> Ordering
fn cmp(&self, other: &TESChildCellVtbl) -> 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 TESChildCellVtbl
impl PartialEq for TESChildCellVtbl
Source§impl PartialOrd for TESChildCellVtbl
impl PartialOrd for TESChildCellVtbl
impl Eq for TESChildCellVtbl
impl StructuralPartialEq for TESChildCellVtbl
Auto Trait Implementations§
impl Freeze for TESChildCellVtbl
impl RefUnwindSafe for TESChildCellVtbl
impl Send for TESChildCellVtbl
impl Sync for TESChildCellVtbl
impl Unpin for TESChildCellVtbl
impl UnwindSafe for TESChildCellVtbl
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