#[repr(C)]pub struct TESClass;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESClass
impl RefUnwindSafe for TESClass
impl Send for TESClass
impl Sync for TESClass
impl Unpin for TESClass
impl UnwindSafe for TESClass
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