#[repr(C)]pub struct AssetPreviewO {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for AssetPreviewO
impl Clone for AssetPreviewO
Source§fn clone(&self) -> AssetPreviewO
fn clone(&self) -> AssetPreviewO
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 moreSource§impl Default for AssetPreviewO
impl Default for AssetPreviewO
Source§fn default() -> AssetPreviewO
fn default() -> AssetPreviewO
Returns the “default value” for a type. Read more
impl Copy for AssetPreviewO
Auto Trait Implementations§
impl Freeze for AssetPreviewO
impl RefUnwindSafe for AssetPreviewO
impl Send for AssetPreviewO
impl Sync for AssetPreviewO
impl Unpin for AssetPreviewO
impl UnwindSafe for AssetPreviewO
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