#[repr(C)]pub struct HubDisposData_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HubDisposData_Type
impl HubDisposData_Type
pub fn move() -> Self
pub fn event() -> Self
pub fn priority_character() -> Self
pub fn random_character() -> Self
pub fn god() -> Self
pub fn normal_character() -> Self
pub fn item() -> Self
pub fn animal() -> Self
pub fn material() -> Self
pub fn animal_item() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl ClassIdentity for HubDisposData_Type
impl ClassIdentity for HubDisposData_Type
Source§impl Clone for HubDisposData_Type
impl Clone for HubDisposData_Type
Source§fn clone(&self) -> HubDisposData_Type
fn clone(&self) -> HubDisposData_Type
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 HubDisposData_Type
impl Debug for HubDisposData_Type
Source§impl PartialEq for HubDisposData_Type
impl PartialEq for HubDisposData_Type
impl Copy for HubDisposData_Type
impl Eq for HubDisposData_Type
impl StructuralPartialEq for HubDisposData_Type
Auto Trait Implementations§
impl Freeze for HubDisposData_Type
impl RefUnwindSafe for HubDisposData_Type
impl Send for HubDisposData_Type
impl Sync for HubDisposData_Type
impl Unpin for HubDisposData_Type
impl UnwindSafe for HubDisposData_Type
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)