#[repr(C)]pub struct InventoryPoolItemMenuContent_KindBgNameClass {
pub m_kind: ItemData_Kinds,
pub m_bg: Image,
}Expand description
Fields§
§m_kind: ItemData_Kinds§m_bg: ImageTrait Implementations§
Source§impl Clone for InventoryPoolItemMenuContent_KindBgNameClass
impl Clone for InventoryPoolItemMenuContent_KindBgNameClass
Source§fn clone(&self) -> InventoryPoolItemMenuContent_KindBgNameClass
fn clone(&self) -> InventoryPoolItemMenuContent_KindBgNameClass
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 IlType for InventoryPoolItemMenuContent_KindBgNameClass
impl IlType for InventoryPoolItemMenuContent_KindBgNameClass
impl Copy for InventoryPoolItemMenuContent_KindBgNameClass
Auto Trait Implementations§
impl Freeze for InventoryPoolItemMenuContent_KindBgNameClass
impl RefUnwindSafe for InventoryPoolItemMenuContent_KindBgNameClass
impl !Send for InventoryPoolItemMenuContent_KindBgNameClass
impl !Sync for InventoryPoolItemMenuContent_KindBgNameClass
impl Unpin for InventoryPoolItemMenuContent_KindBgNameClass
impl UnwindSafe for InventoryPoolItemMenuContent_KindBgNameClass
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)