[][src]Struct skyline::nn::prepo::PlayReport

#[repr(C)]pub struct PlayReport {
    pub m_EventName: [u8; 32],
    pub m_Buff: *mut c_void,
    pub m_BuffLength: u64,
    pub m_End: u64,
}

Fields

m_EventName: [u8; 32]m_Buff: *mut c_voidm_BuffLength: u64m_End: u64

Implementations

impl PlayReport[src]

pub unsafe fn SetEventId(&mut self, arg1: *const u8) -> u32[src]

pub unsafe fn SetBuffer(&mut self) -> u32[src]

pub unsafe fn Add(&mut self, arg1: *const u8, arg2: i64) -> u32[src]

pub unsafe fn Add1(&mut self, arg1: *const u8, arg2: f64) -> u32[src]

pub unsafe fn Add2(&mut self, arg1: *const u8, arg2: *const u8) -> u32[src]

pub unsafe fn Save(&mut self) -> u32[src]

pub unsafe fn Save1(&mut self, arg1: *const Uid) -> u32[src]

pub unsafe fn new() -> PlayReport[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.