pub struct Drawable<'a> {
pub shape: DrawableType,
pub options: &'a RoughOptions,
pub sets: Vec<OpSet>,
}
Fields§
§shape: DrawableType
§options: &'a RoughOptions
§sets: Vec<OpSet>
Auto Trait Implementations§
impl<'a> Freeze for Drawable<'a>
impl<'a> RefUnwindSafe for Drawable<'a>
impl<'a> Send for Drawable<'a>
impl<'a> Sync for Drawable<'a>
impl<'a> Unpin for Drawable<'a>
impl<'a> UnwindSafe for Drawable<'a>
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