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