pub struct SetBg(pub Color);Expand description
Tuple Fields§
§0: ColorTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetBg
impl RefUnwindSafe for SetBg
impl Send for SetBg
impl Sync for SetBg
impl Unpin for SetBg
impl UnwindSafe for SetBg
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