pub struct DrawRectOptions {
pub fill: bool,
}
Expand description
Options for draw_rect operation
Fields§
§fill: bool
fill: bool
-> Draw a solid object
default: false
Trait Implementations§
Source§impl Clone for DrawRectOptions
impl Clone for DrawRectOptions
Source§fn clone(&self) -> DrawRectOptions
fn clone(&self) -> DrawRectOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DrawRectOptions
impl Debug for DrawRectOptions
Auto Trait Implementations§
impl Freeze for DrawRectOptions
impl RefUnwindSafe for DrawRectOptions
impl Send for DrawRectOptions
impl Sync for DrawRectOptions
impl Unpin for DrawRectOptions
impl UnwindSafe for DrawRectOptions
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