[][src]Trait sixtyfps::IntoWeak

pub trait IntoWeak {
    pub fn as_weak(&self) -> Weak<Self>
    where
        Self: Sized
; }

This trait describes the conversion of a strongly referenced SixtyFPS component, held by a vtable::VRc into a weak reference.

Required methods

pub fn as_weak(&self) -> Weak<Self> where
    Self: Sized
[src]

Returns a new weak pointer.

Loading content...

Implementors

impl IntoWeak for SampleComponent[src]

Loading content...