#[repr(C)]pub struct DccAssetApi { /* private fields */ }Trait Implementations§
Source§impl Clone for DccAssetApi
impl Clone for DccAssetApi
Source§fn clone(&self) -> DccAssetApi
fn clone(&self) -> DccAssetApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DccAssetApi
Auto Trait Implementations§
impl Freeze for DccAssetApi
impl RefUnwindSafe for DccAssetApi
impl Send for DccAssetApi
impl Sync for DccAssetApi
impl Unpin for DccAssetApi
impl UnwindSafe for DccAssetApi
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