#[repr(C)]pub struct EndRollData_Kind {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl EndRollData_Kind
impl EndRollData_Kind
pub fn none() -> Self
pub fn staff() -> Self
pub fn name1() -> Self
pub fn name2() -> Self
pub fn name3() -> Self
pub fn cast() -> Self
pub fn company_s() -> Self
pub fn company_m() -> Self
pub fn company_l() -> Self
pub fn image() -> Self
pub fn space_s() -> Self
pub fn space_m() -> Self
pub fn space_l() -> Self
Trait Implementations§
Source§impl ClassIdentity for EndRollData_Kind
impl ClassIdentity for EndRollData_Kind
Source§impl Clone for EndRollData_Kind
impl Clone for EndRollData_Kind
Source§fn clone(&self) -> EndRollData_Kind
fn clone(&self) -> EndRollData_Kind
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 EndRollData_Kind
impl Debug for EndRollData_Kind
Source§impl PartialEq for EndRollData_Kind
impl PartialEq for EndRollData_Kind
impl Copy for EndRollData_Kind
impl Eq for EndRollData_Kind
impl StructuralPartialEq for EndRollData_Kind
Auto Trait Implementations§
impl Freeze for EndRollData_Kind
impl RefUnwindSafe for EndRollData_Kind
impl Send for EndRollData_Kind
impl Sync for EndRollData_Kind
impl Unpin for EndRollData_Kind
impl UnwindSafe for EndRollData_Kind
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)