#[repr(C)]pub struct BasicSkillMenuItemContent_SubText {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for BasicSkillMenuItemContent_SubText
impl Clone for BasicSkillMenuItemContent_SubText
Source§fn clone(&self) -> BasicSkillMenuItemContent_SubText
fn clone(&self) -> BasicSkillMenuItemContent_SubText
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 BasicSkillMenuItemContent_SubText
impl Debug for BasicSkillMenuItemContent_SubText
Source§impl PartialEq for BasicSkillMenuItemContent_SubText
impl PartialEq for BasicSkillMenuItemContent_SubText
impl Copy for BasicSkillMenuItemContent_SubText
impl Eq for BasicSkillMenuItemContent_SubText
impl StructuralPartialEq for BasicSkillMenuItemContent_SubText
Auto Trait Implementations§
impl Freeze for BasicSkillMenuItemContent_SubText
impl RefUnwindSafe for BasicSkillMenuItemContent_SubText
impl Send for BasicSkillMenuItemContent_SubText
impl Sync for BasicSkillMenuItemContent_SubText
impl Unpin for BasicSkillMenuItemContent_SubText
impl UnwindSafe for BasicSkillMenuItemContent_SubText
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)