pub struct EncodedShadingPattern {
pub base_transform: Affine,
/* private fields */
}Expand description
A shading pattern that was encoded so it can be sampled.
Fields§
§base_transform: AffineThe base transform of the shading pattern.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedShadingPattern
impl !RefUnwindSafe for EncodedShadingPattern
impl Send for EncodedShadingPattern
impl Sync for EncodedShadingPattern
impl Unpin for EncodedShadingPattern
impl !UnwindSafe for EncodedShadingPattern
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