pub struct TransformUVCoords {
pub enable: bool,
pub flags: Vec<UVTransformFlag>,
}
Expand description
Arguments for transform_uv_coords
post-process step.
Fields§
§enable: bool
Whether to enable the step. Default: false
flags: Vec<UVTransformFlag>
Specify which UV transforms to evaluate. Default: all
Trait Implementations§
Source§impl Default for TransformUVCoords
impl Default for TransformUVCoords
Source§fn default() -> TransformUVCoords
fn default() -> TransformUVCoords
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransformUVCoords
impl RefUnwindSafe for TransformUVCoords
impl Send for TransformUVCoords
impl Sync for TransformUVCoords
impl Unpin for TransformUVCoords
impl UnwindSafe for TransformUVCoords
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