#[repr(C)]pub struct AssetPreviewI {
pub api: *mut AssetPreviewApi,
pub inst: *mut AssetPreviewO,
}Fields§
§api: *mut AssetPreviewApi§inst: *mut AssetPreviewOTrait Implementations§
Source§impl Clone for AssetPreviewI
impl Clone for AssetPreviewI
Source§fn clone(&self) -> AssetPreviewI
fn clone(&self) -> AssetPreviewI
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 moreimpl Copy for AssetPreviewI
Auto Trait Implementations§
impl !Send for AssetPreviewI
impl !Sync for AssetPreviewI
impl Freeze for AssetPreviewI
impl RefUnwindSafe for AssetPreviewI
impl Unpin for AssetPreviewI
impl UnsafeUnpin for AssetPreviewI
impl UnwindSafe for AssetPreviewI
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