Skip to main content

FREObject

Type Alias FREObject 

Source
pub type FREObject = *mut c_void;
Expand description

Handle to an AS3 object.

Trait Implementations§

Source§

impl From<Array<'_>> for FREObject

Source§

fn from(object: Array<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<BitmapData<'_>> for FREObject

Source§

fn from(object: BitmapData<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Boolean<'_>> for FREObject

Source§

fn from(object: Boolean<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<ByteArray<'_>> for FREObject

Source§

fn from(object: ByteArray<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Context3D<'_>> for FREObject

Source§

fn from(object: Context3D<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Error<'_>> for FREObject

Source§

fn from(object: Error<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<MediaBuffer<'_>> for FREObject

Source§

fn from(object: MediaBuffer<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<NativeWindow<'_>> for FREObject

Source§

fn from(object: NativeWindow<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<NonNullObject<'_>> for FREObject

Source§

fn from(object: NonNullObject<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Number<'_>> for FREObject

Source§

fn from(object: Number<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Object<'_>> for FREObject

Source§

fn from(object: Object<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Stage<'_>> for FREObject

Source§

fn from(object: Stage<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Stage3D<'_>> for FREObject

Source§

fn from(object: Stage3D<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<String<'_>> for FREObject

Source§

fn from(object: String<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<Vector<'_>> for FREObject

Source§

fn from(object: Vector<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<int<'_>> for FREObject

Source§

fn from(object: int<'_>) -> Self

Converts to this type from the input type.
Source§

impl From<uint<'_>> for FREObject

Source§

fn from(object: uint<'_>) -> Self

Converts to this type from the input type.