pub enum AttackTime {
Show 16 variants
Ms2 = 0,
Ms8 = 1,
Ms16 = 2,
Ms24 = 3,
Ms38 = 4,
Ms56 = 5,
Ms68 = 6,
Ms80 = 7,
Ms100 = 8,
Ms250 = 9,
Ms500 = 10,
Ms800 = 11,
Ms1000 = 12,
Ms3000 = 13,
Ms5000 = 14,
Ms8000 = 15,
}Expand description
Attack times for ATDCY, bits 4-7 (milliseconds, Ms)
Variants§
Ms2 = 0
Ms8 = 1
Ms16 = 2
Ms24 = 3
Ms38 = 4
Ms56 = 5
Ms68 = 6
Ms80 = 7
Ms100 = 8
Ms250 = 9
Ms500 = 10
Ms800 = 11
Ms1000 = 12
Ms3000 = 13
Ms5000 = 14
Ms8000 = 15
Auto Trait Implementations§
impl Freeze for AttackTime
impl RefUnwindSafe for AttackTime
impl Send for AttackTime
impl Sync for AttackTime
impl Unpin for AttackTime
impl UnsafeUnpin for AttackTime
impl UnwindSafe for AttackTime
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