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