pub enum WmoFileType {
Root,
Group,
}Expand description
Type of WMO file
Variants§
Root
Root WMO file containing header and references to groups
Group
Group file containing geometry and rendering data
Trait Implementations§
Source§impl Clone for WmoFileType
impl Clone for WmoFileType
Source§fn clone(&self) -> WmoFileType
fn clone(&self) -> WmoFileType
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 WmoFileType
impl Debug for WmoFileType
Source§impl PartialEq for WmoFileType
impl PartialEq for WmoFileType
impl Copy for WmoFileType
impl Eq for WmoFileType
impl StructuralPartialEq for WmoFileType
Auto Trait Implementations§
impl Freeze for WmoFileType
impl RefUnwindSafe for WmoFileType
impl Send for WmoFileType
impl Sync for WmoFileType
impl Unpin for WmoFileType
impl UnwindSafe for WmoFileType
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