pub type FREObject = *mut c_void;Expand description
Handle to an AS3 object.
Trait Implementations§
Source§impl From<BitmapData<'_>> for FREObject
impl From<BitmapData<'_>> for FREObject
Source§fn from(object: BitmapData<'_>) -> Self
fn from(object: BitmapData<'_>) -> Self
Converts to this type from the input type.
Source§impl From<MediaBuffer<'_>> for FREObject
impl From<MediaBuffer<'_>> for FREObject
Source§fn from(object: MediaBuffer<'_>) -> Self
fn from(object: MediaBuffer<'_>) -> Self
Converts to this type from the input type.
Source§impl From<NativeWindow<'_>> for FREObject
impl From<NativeWindow<'_>> for FREObject
Source§fn from(object: NativeWindow<'_>) -> Self
fn from(object: NativeWindow<'_>) -> Self
Converts to this type from the input type.
Source§impl From<NonNullObject<'_>> for FREObject
impl From<NonNullObject<'_>> for FREObject
Source§fn from(object: NonNullObject<'_>) -> Self
fn from(object: NonNullObject<'_>) -> Self
Converts to this type from the input type.