#[repr(C)]pub struct AssetType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AssetType
impl AssetType
pub fn body_model() -> Self
pub fn dress_model() -> Self
pub fn head_model() -> Self
pub fn hair_model() -> Self
pub fn ride_model() -> Self
pub fn ride_dress_model() -> Self
pub fn left_hand_model() -> Self
pub fn right_hand_model() -> Self
pub fn private_effect_catalog() -> Self
pub fn magic_prefab() -> Self
pub fn body_anim() -> Self
pub fn ride_anim() -> Self
pub fn acc0_model() -> Self
pub fn acc1_model() -> Self
pub fn acc2_model() -> Self
pub fn acc3_model() -> Self
pub fn acc4_model() -> Self
pub fn acc5_model() -> Self
pub fn acc6_model() -> Self
pub fn acc7_model() -> Self
pub fn max() -> Self
Trait Implementations§
Source§impl ClassIdentity for AssetType
impl ClassIdentity for AssetType
impl Copy for AssetType
impl Eq for AssetType
impl StructuralPartialEq for AssetType
Auto Trait Implementations§
impl Freeze for AssetType
impl RefUnwindSafe for AssetType
impl Send for AssetType
impl Sync for AssetType
impl Unpin for AssetType
impl UnwindSafe for AssetType
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)