pub type VideoOutput = VideoOutput_TO<'static, RBox<()>>;Aliased Type§
#[repr(transparent)]pub struct VideoOutput {
pub obj: RObject<'static, RBox<()>, VideoOutput_Interface, VTable_Prefix<(), RBox<()>>>,
/* private fields */
}Fields§
§obj: RObject<'static, RBox<()>, VideoOutput_Interface, VTable_Prefix<(), RBox<()>>>