pub struct DrawOptions {}Expand description
Draw options placeholder kept for shape compatibility.
Trait Implementations§
Source§impl Clone for DrawOptions
impl Clone for DrawOptions
Source§fn clone(&self) -> DrawOptions
fn clone(&self) -> DrawOptions
Returns a duplicate 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 DrawOptions
impl Debug for DrawOptions
Source§impl Default for DrawOptions
impl Default for DrawOptions
Source§fn default() -> DrawOptions
fn default() -> DrawOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DrawOptions
impl PartialEq for DrawOptions
impl Copy for DrawOptions
impl Eq for DrawOptions
impl StructuralPartialEq for DrawOptions
Auto Trait Implementations§
impl Freeze for DrawOptions
impl RefUnwindSafe for DrawOptions
impl Send for DrawOptions
impl Sync for DrawOptions
impl Unpin for DrawOptions
impl UnsafeUnpin for DrawOptions
impl UnwindSafe for DrawOptions
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