pub enum AsepriteLayerType {
Normal,
Group,
}
Expand description
Layer type
Variants§
Auto Trait Implementations§
impl Freeze for AsepriteLayerType
impl RefUnwindSafe for AsepriteLayerType
impl Send for AsepriteLayerType
impl Sync for AsepriteLayerType
impl Unpin for AsepriteLayerType
impl UnwindSafe for AsepriteLayerType
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