pub type FREObject = *mut c_void;Expand description
Handle to an ActionScript Object.
Trait Implementations§
Source§impl From<BitmapData<'_>> for FREObject
impl From<BitmapData<'_>> for FREObject
Source§fn from(value: BitmapData<'_>) -> Self
fn from(value: BitmapData<'_>) -> Self
Converts to this type from the input type.
Source§impl From<ErrorObject<'_>> for FREObject
impl From<ErrorObject<'_>> for FREObject
Source§fn from(value: ErrorObject<'_>) -> Self
fn from(value: ErrorObject<'_>) -> Self
Converts to this type from the input type.
Source§impl From<StringObject<'_>> for FREObject
impl From<StringObject<'_>> for FREObject
Source§fn from(value: StringObject<'_>) -> Self
fn from(value: StringObject<'_>) -> Self
Converts to this type from the input type.