pub struct AssetStateSignal { /* private fields */ }Implementations§
Source§impl AssetStateSignal
impl AssetStateSignal
pub fn get(&self) -> AssetLoadState
pub fn subscribe(&self, callback: Callback) -> SubscriptionGuard
Trait Implementations§
Source§impl Clone for AssetStateSignal
impl Clone for AssetStateSignal
Source§fn clone(&self) -> AssetStateSignal
fn clone(&self) -> AssetStateSignal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AssetStateSignal
impl !Send for AssetStateSignal
impl !Sync for AssetStateSignal
impl !UnwindSafe for AssetStateSignal
impl Freeze for AssetStateSignal
impl Unpin for AssetStateSignal
impl UnsafeUnpin for AssetStateSignal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more