[−][src]Struct nnsdk::prepo::PlayReport
Fields
m_EventName: [c_char; 32]
m_Buff: *mut c_void
m_BuffLength: size_t
m_End: u64
Methods
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]
&mut self,
arg1: *const c_char,
arg2: *const c_char
) -> Result
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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,