Enum arcdps::evtc::skill::CustomSkill
source · pub enum CustomSkill {}
Expand description
ArcDPS custom skill ids.
Implementations§
source§impl CustomSkill
impl CustomSkill
Auto Trait Implementations§
impl Freeze for CustomSkill
impl RefUnwindSafe for CustomSkill
impl Send for CustomSkill
impl Sync for CustomSkill
impl Unpin for CustomSkill
impl UnwindSafe for CustomSkill
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