#[repr(C)]pub enum ModelDownloadType {
NONE = 0,
DFF = 1,
TXD = 2,
}Expand description
Model Download Type
Variants§
Trait Implementations§
Source§impl Clone for ModelDownloadType
impl Clone for ModelDownloadType
Source§fn clone(&self) -> ModelDownloadType
fn clone(&self) -> ModelDownloadType
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 ModelDownloadType
impl Debug for ModelDownloadType
Source§impl PartialEq for ModelDownloadType
impl PartialEq for ModelDownloadType
impl Copy for ModelDownloadType
impl StructuralPartialEq for ModelDownloadType
Auto Trait Implementations§
impl Freeze for ModelDownloadType
impl RefUnwindSafe for ModelDownloadType
impl Send for ModelDownloadType
impl Sync for ModelDownloadType
impl Unpin for ModelDownloadType
impl UnwindSafe for ModelDownloadType
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