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