pub enum WmoFeature {
VertexPainting,
FileDataId,
}Expand description
WMO feature flags for version compatibility
Variants§
Trait Implementations§
Source§impl Clone for WmoFeature
impl Clone for WmoFeature
Source§fn clone(&self) -> WmoFeature
fn clone(&self) -> WmoFeature
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 WmoFeature
impl Debug for WmoFeature
Source§impl PartialEq for WmoFeature
impl PartialEq for WmoFeature
impl Copy for WmoFeature
impl Eq for WmoFeature
impl StructuralPartialEq for WmoFeature
Auto Trait Implementations§
impl Freeze for WmoFeature
impl RefUnwindSafe for WmoFeature
impl Send for WmoFeature
impl Sync for WmoFeature
impl Unpin for WmoFeature
impl UnsafeUnpin for WmoFeature
impl UnwindSafe for WmoFeature
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