#[repr(C)]pub struct TESAttackDamageForm { /* private fields */ }
Expand description
FIXME: current implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESAttackDamageForm
impl RefUnwindSafe for TESAttackDamageForm
impl Send for TESAttackDamageForm
impl Sync for TESAttackDamageForm
impl Unpin for TESAttackDamageForm
impl UnwindSafe for TESAttackDamageForm
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