pub struct TextureColor { /* private fields */ }Trait Implementations§
Source§impl ExternType for TextureColor
impl ExternType for TextureColor
Auto Trait Implementations§
impl !Freeze for TextureColor
impl !Send for TextureColor
impl !Sync for TextureColor
impl !Unpin for TextureColor
impl RefUnwindSafe for TextureColor
impl UnsafeUnpin for TextureColor
impl UnwindSafe for TextureColor
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