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