[][src]Trait fpsdk::AsRawPtr

pub trait AsRawPtr {
    fn as_raw_ptr(&self) -> intptr_t;
}

For types, which can be represented as intptr_t.

Required methods

fn as_raw_ptr(&self) -> intptr_t

Conversion method.

Loading content...

Implementations on Foreign Types

impl AsRawPtr for i8[src]

impl AsRawPtr for u8[src]

impl AsRawPtr for i16[src]

impl AsRawPtr for u16[src]

impl AsRawPtr for i32[src]

impl AsRawPtr for u32[src]

impl AsRawPtr for i64[src]

impl AsRawPtr for u64[src]

impl AsRawPtr for usize[src]

impl AsRawPtr for *mut c_void[src]

impl AsRawPtr for *const c_void[src]

impl AsRawPtr for bool[src]

impl AsRawPtr for f32[src]

impl AsRawPtr for f64[src]

impl AsRawPtr for String[src]

Loading content...

Implementors

impl AsRawPtr for MessageBoxFlags[src]

impl AsRawPtr for ParameterFlags[src]

Loading content...