#[repr(C)]pub struct UpdatedAsset_Layout{
pub inner_name: CLayoutOf<Box<u8>>,
pub inner_local_path: CLayoutOf<Box<u8>>,
}Fields§
§inner_name: CLayoutOf<Box<u8>>§inner_local_path: CLayoutOf<Box<u8>>Trait Implementations§
Source§impl CType for UpdatedAsset_Layout
impl CType for UpdatedAsset_Layout
Source§impl Clone for UpdatedAsset_Layout
impl Clone for UpdatedAsset_Layout
Source§impl ReprC for UpdatedAsset_Layout
impl ReprC for UpdatedAsset_Layout
impl Copy for UpdatedAsset_Layout
Auto Trait Implementations§
impl Freeze for UpdatedAsset_Layout
impl RefUnwindSafe for UpdatedAsset_Layout
impl !Send for UpdatedAsset_Layout
impl !Sync for UpdatedAsset_Layout
impl Unpin for UpdatedAsset_Layout
impl UnwindSafe for UpdatedAsset_Layout
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