pub struct ImageWithBg<'s, 't> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'s, 't> Freeze for ImageWithBg<'s, 't>
impl<'s, 't> !RefUnwindSafe for ImageWithBg<'s, 't>
impl<'s, 't> !Send for ImageWithBg<'s, 't>
impl<'s, 't> !Sync for ImageWithBg<'s, 't>
impl<'s, 't> Unpin for ImageWithBg<'s, 't>
impl<'s, 't> !UnwindSafe for ImageWithBg<'s, 't>
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