[][src]Struct nnsdk::prepo::PlayReport

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

Fields

m_EventName: [c_char; 32]m_Buff: *mut c_voidm_BuffLength: size_tm_End: u64

Implementations

impl PlayReport[src]

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

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

pub unsafe fn Add(&mut self, arg1: *const c_char, arg2: c_long) -> Result[src]

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

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

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

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

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

Auto Trait Implementations

impl !Send for PlayReport

impl !Sync for PlayReport

impl Unpin for PlayReport

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.