pub enum ComparisonValue {
Global(*mut TESGlobal),
Float(f32),
}
Expand description
GlobalOrFloat
after either is resolved by Flags
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComparisonValue
impl RefUnwindSafe for ComparisonValue
impl !Send for ComparisonValue
impl !Sync for ComparisonValue
impl Unpin for ComparisonValue
impl UnwindSafe for ComparisonValue
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