pub struct ActorVtbl {
pub __base: TESObjectREFRVtbl,
}
Fields§
§__base: TESObjectREFRVtbl
Auto Trait Implementations§
impl Freeze for ActorVtbl
impl RefUnwindSafe for ActorVtbl
impl Send for ActorVtbl
impl Sync for ActorVtbl
impl Unpin for ActorVtbl
impl UnwindSafe for ActorVtbl
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