#[repr(C)]pub struct AsiModelDownloadInfo {
pub header: AsiStructureHeader,
pub name: [c_char; 64],
}Fields§
§header: AsiStructureHeader§name: [c_char; 64]Implementations§
Trait Implementations§
Source§impl Clone for AsiModelDownloadInfo
impl Clone for AsiModelDownloadInfo
Source§fn clone(&self) -> AsiModelDownloadInfo
fn clone(&self) -> AsiModelDownloadInfo
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 Debug for AsiModelDownloadInfo
impl Debug for AsiModelDownloadInfo
Source§impl Default for AsiModelDownloadInfo
impl Default for AsiModelDownloadInfo
§impl Display for AsiModelDownloadInfo
impl Display for AsiModelDownloadInfo
impl Copy for AsiModelDownloadInfo
Auto Trait Implementations§
impl Freeze for AsiModelDownloadInfo
impl RefUnwindSafe for AsiModelDownloadInfo
impl !Send for AsiModelDownloadInfo
impl !Sync for AsiModelDownloadInfo
impl Unpin for AsiModelDownloadInfo
impl UnwindSafe for AsiModelDownloadInfo
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