pub struct TextureComponentSwizzle {
pub r: Option<ComponentSwizzle>,
pub g: Option<ComponentSwizzle>,
pub b: Option<ComponentSwizzle>,
pub a: Option<ComponentSwizzle>,
}Fields§
§r: Option<ComponentSwizzle>§g: Option<ComponentSwizzle>§b: Option<ComponentSwizzle>§a: Option<ComponentSwizzle>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextureComponentSwizzle
impl RefUnwindSafe for TextureComponentSwizzle
impl Send for TextureComponentSwizzle
impl Sync for TextureComponentSwizzle
impl Unpin for TextureComponentSwizzle
impl UnsafeUnpin for TextureComponentSwizzle
impl UnwindSafe for TextureComponentSwizzle
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