#[repr(C)]pub struct NexRanking_Data {
pub person_index: i32,
pub god_index: i32,
}Expand description
Fields§
§person_index: i32§god_index: i32Implementations§
Source§impl NexRanking_Data
impl NexRanking_Data
pub fn clear_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for NexRanking_Data
impl ClassIdentity for NexRanking_Data
Source§impl Clone for NexRanking_Data
impl Clone for NexRanking_Data
Source§fn clone(&self) -> NexRanking_Data
fn clone(&self) -> NexRanking_Data
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 moreimpl Copy for NexRanking_Data
Auto Trait Implementations§
impl Freeze for NexRanking_Data
impl RefUnwindSafe for NexRanking_Data
impl Send for NexRanking_Data
impl Sync for NexRanking_Data
impl Unpin for NexRanking_Data
impl UnwindSafe for NexRanking_Data
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)