#[repr(C)]pub struct MapPrefab_Category {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapPrefab_Category
impl MapPrefab_Category
pub fn 無し() -> Self
pub fn 建物() -> Self
pub fn 岩() -> Self
pub fn 木() -> Self
pub fn 箱() -> Self
pub fn 樽() -> Self
pub fn 人工物() -> Self
pub fn 自然物() -> Self
pub fn 補給() -> Self
pub fn 動物() -> Self
pub fn 小物() -> Self
pub fn 食べ物() -> Self
pub fn プロトタイプ() -> Self
Trait Implementations§
Source§impl ClassIdentity for MapPrefab_Category
impl ClassIdentity for MapPrefab_Category
Source§impl Clone for MapPrefab_Category
impl Clone for MapPrefab_Category
Source§fn clone(&self) -> MapPrefab_Category
fn clone(&self) -> MapPrefab_Category
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 MapPrefab_Category
impl Debug for MapPrefab_Category
Source§impl PartialEq for MapPrefab_Category
impl PartialEq for MapPrefab_Category
impl Copy for MapPrefab_Category
impl Eq for MapPrefab_Category
impl StructuralPartialEq for MapPrefab_Category
Auto Trait Implementations§
impl Freeze for MapPrefab_Category
impl RefUnwindSafe for MapPrefab_Category
impl Send for MapPrefab_Category
impl Sync for MapPrefab_Category
impl Unpin for MapPrefab_Category
impl UnwindSafe for MapPrefab_Category
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)