#[repr(C)]pub struct UpdatedAsset {
pub inner_name: Box<u8>,
pub inner_local_path: Box<u8>,
}Expand description
§C Layout
Fields§
§inner_name: Box<u8>§inner_local_path: Box<u8>Trait Implementations§
Source§impl Clone for UpdatedAsset
impl Clone for UpdatedAsset
Source§fn clone(&self) -> UpdatedAsset
fn clone(&self) -> UpdatedAsset
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 moreAuto Trait Implementations§
impl Freeze for UpdatedAsset
impl RefUnwindSafe for UpdatedAsset
impl Send for UpdatedAsset
impl Sync for UpdatedAsset
impl Unpin for UpdatedAsset
impl UnwindSafe for UpdatedAsset
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