pub struct ValChange {
pub before: u8,
pub after: u8,
pub cause: Modifier,
}
Expand description
Fields§
§before: u8
Roll value before the change was made
after: u8
Roll value after the change was made
cause: Modifier
Modifier that caused the change
Trait Implementations§
impl Copy for ValChange
impl Eq for ValChange
impl StructuralPartialEq for ValChange
Auto Trait Implementations§
impl Freeze for ValChange
impl RefUnwindSafe for ValChange
impl Send for ValChange
impl Sync for ValChange
impl Unpin for ValChange
impl UnwindSafe for ValChange
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