pub struct Flags {Show 16 fields
pub bite: bool,
pub bullet: bool,
pub charge: bool,
pub contact: bool,
pub drag: bool,
pub heal: bool,
pub powder: bool,
pub protect: bool,
pub pulse: bool,
pub punch: bool,
pub recharge: bool,
pub reflectable: bool,
pub slicing: bool,
pub sound: bool,
pub pivot: bool,
pub wind: bool,
}Fields§
§bite: bool§bullet: bool§charge: bool§contact: bool§drag: bool§heal: bool§powder: bool§protect: bool§pulse: bool§punch: bool§recharge: bool§reflectable: bool§slicing: bool§sound: bool§pivot: bool§wind: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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