pub struct FillRect {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FillRect
impl RefUnwindSafe for FillRect
impl Send for FillRect
impl Sync for FillRect
impl Unpin for FillRect
impl UnwindSafe for FillRect
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