#[repr(C)]pub struct MapPanelTarget_DirtyType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapPanelTarget_DirtyType
impl MapPanelTarget_DirtyType
pub fn attack() -> Self
pub fn full_bullet() -> Self
Trait Implementations§
Source§impl Clone for MapPanelTarget_DirtyType
impl Clone for MapPanelTarget_DirtyType
Source§fn clone(&self) -> MapPanelTarget_DirtyType
fn clone(&self) -> MapPanelTarget_DirtyType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MapPanelTarget_DirtyType
impl Debug for MapPanelTarget_DirtyType
Source§impl PartialEq for MapPanelTarget_DirtyType
impl PartialEq for MapPanelTarget_DirtyType
impl Copy for MapPanelTarget_DirtyType
impl Eq for MapPanelTarget_DirtyType
impl StructuralPartialEq for MapPanelTarget_DirtyType
Auto Trait Implementations§
impl Freeze for MapPanelTarget_DirtyType
impl RefUnwindSafe for MapPanelTarget_DirtyType
impl Send for MapPanelTarget_DirtyType
impl Sync for MapPanelTarget_DirtyType
impl Unpin for MapPanelTarget_DirtyType
impl UnwindSafe for MapPanelTarget_DirtyType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)