#[repr(u32)]pub enum OpenFileType {
MainModel = 0,
GeometryCache = 1,
ObjMtl = 2,
}Variants§
Trait Implementations§
Source§impl Clone for OpenFileType
impl Clone for OpenFileType
Source§fn clone(&self) -> OpenFileType
fn clone(&self) -> OpenFileType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpenFileType
Source§impl Debug for OpenFileType
impl Debug for OpenFileType
Source§impl Default for OpenFileType
impl Default for OpenFileType
impl Eq for OpenFileType
Source§impl PartialEq for OpenFileType
impl PartialEq for OpenFileType
impl StructuralPartialEq for OpenFileType
Auto Trait Implementations§
impl Freeze for OpenFileType
impl RefUnwindSafe for OpenFileType
impl Send for OpenFileType
impl Sync for OpenFileType
impl Unpin for OpenFileType
impl UnsafeUnpin for OpenFileType
impl UnwindSafe for OpenFileType
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