Struct components::Drawable [−][src]
pub struct Drawable<'a> {
pub shape: DrawableType,
pub options: &'a RoughOptions,
pub sets: Vec<OpSet, Global>,
}Fields
shape: DrawableTypeoptions: &'a RoughOptionssets: Vec<OpSet, Global>Auto Trait Implementations
impl<'a> RefUnwindSafe for Drawable<'a>
impl<'a> RefUnwindSafe for Drawable<'a>impl<'a> UnwindSafe for Drawable<'a>
impl<'a> UnwindSafe for Drawable<'a>