Skip to main content

OutputAssetsReference

Trait OutputAssetsReference 

Source
pub trait OutputAssetsReference:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Provided method
    fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
where Self: Sized,

References to other OutputAssets from this OutputAssetsReference.

Trait Implementations§

Source§

impl TraitVtablePrototype for Box<dyn OutputAssetsReference>

Source§

const LEN: usize = 1usize

Source§

const DEFAULTS: &[Option<&NativeFunction>]

Source§

impl VcValueTrait for Box<dyn OutputAssetsReference>

Source§

type ValueTrait = dyn OutputAssetsReference

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.
Source§

fn get_impl_vtables() -> &'static VTableRegistry<Self::ValueTrait>

Returns the vtable for an implementation of this trait. Panics if ValueTypeId does not implement the trait.
Source§

impl Dynamic<Box<dyn OutputAssetsReference>> for Box<dyn OutputAssetsReference>

Source§

impl Dynamic<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>

Available on debug-assertions enabled only.
Source§

impl Upcast<Box<dyn OutputAssetsReference>> for Box<dyn OutputAssetsReference>

Source§

impl Upcast<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>

Available on debug-assertions enabled only.
Source§

impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>

Available on debug-assertions enabled only.

Implementors§