[][src]Trait fpsdk::FromRawPtr

pub trait FromRawPtr {
    fn from_raw_ptr(value: intptr_t) -> Self
    where
        Self: Sized
; }

For conversion from intptr_t.

Required methods

fn from_raw_ptr(value: intptr_t) -> Self where
    Self: Sized

Conversion method.

Loading content...

Implementations on Foreign Types

impl FromRawPtr for i8[src]

impl FromRawPtr for u8[src]

impl FromRawPtr for i16[src]

impl FromRawPtr for u16[src]

impl FromRawPtr for i32[src]

impl FromRawPtr for u32[src]

impl FromRawPtr for i64[src]

impl FromRawPtr for u64[src]

impl FromRawPtr for usize[src]

impl FromRawPtr for *mut c_void[src]

impl FromRawPtr for *const c_void[src]

impl FromRawPtr for f32[src]

impl FromRawPtr for f64[src]

impl FromRawPtr for String[src]

impl FromRawPtr for bool[src]

Loading content...

Implementors

impl FromRawPtr for MessageBoxResult[src]

impl FromRawPtr for SongTime[src]

impl FromRawPtr for Time[src]

impl FromRawPtr for ValuePtr[src]

Loading content...