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