pub enum NormalMapFormat {
Raw,
PNG,
}Expand description
Format for normal map export
Variants§
Trait Implementations§
Source§impl Clone for NormalMapFormat
impl Clone for NormalMapFormat
Source§fn clone(&self) -> NormalMapFormat
fn clone(&self) -> NormalMapFormat
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 NormalMapFormat
impl Debug for NormalMapFormat
Source§impl PartialEq for NormalMapFormat
impl PartialEq for NormalMapFormat
impl Copy for NormalMapFormat
impl Eq for NormalMapFormat
impl StructuralPartialEq for NormalMapFormat
Auto Trait Implementations§
impl Freeze for NormalMapFormat
impl RefUnwindSafe for NormalMapFormat
impl Send for NormalMapFormat
impl Sync for NormalMapFormat
impl Unpin for NormalMapFormat
impl UnwindSafe for NormalMapFormat
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