#[repr(C)]pub struct TESObject {
pub __base: TESForm,
}
Fields§
§__base: TESForm
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESObject
impl RefUnwindSafe for TESObject
impl !Send for TESObject
impl !Sync for TESObject
impl Unpin for TESObject
impl UnwindSafe for TESObject
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