pub enum DecalManagerType {
Foot,
Ripple,
Puddle,
Bullet,
Wake,
Torpedo,
RippleVS,
TorpedoVS,
}Expand description
Type of dynamic decal manager parsed from PRP.
Variants§
Trait Implementations§
Source§impl Clone for DecalManagerType
impl Clone for DecalManagerType
Source§fn clone(&self) -> DecalManagerType
fn clone(&self) -> DecalManagerType
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 DecalManagerType
impl Debug for DecalManagerType
Source§impl PartialEq for DecalManagerType
impl PartialEq for DecalManagerType
impl Copy for DecalManagerType
impl Eq for DecalManagerType
impl StructuralPartialEq for DecalManagerType
Auto Trait Implementations§
impl Freeze for DecalManagerType
impl RefUnwindSafe for DecalManagerType
impl Send for DecalManagerType
impl Sync for DecalManagerType
impl Unpin for DecalManagerType
impl UnsafeUnpin for DecalManagerType
impl UnwindSafe for DecalManagerType
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