pub struct Variation {
pub word: *mut TESWordOfPower,
pub spell: *mut SpellItem,
pub recoveryTime: f32,
pub pad14: u32,
}
Fields§
§word: *mut TESWordOfPower
§spell: *mut SpellItem
§recoveryTime: f32
§pad14: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Variation
impl RefUnwindSafe for Variation
impl !Send for Variation
impl !Sync for Variation
impl Unpin for Variation
impl UnwindSafe for Variation
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