pub struct PolyfillOptions {
pub anchor_node_draw_index: DrawOrderIndex,
pub color: Color,
pub use_polyfill_color: bool,
pub attached_node_draw_indices: Vec<DrawOrderIndex>,
}
Fields§
§anchor_node_draw_index: DrawOrderIndex
§color: Color
§use_polyfill_color: bool
§attached_node_draw_indices: Vec<DrawOrderIndex>
Trait Implementations§
Source§impl Debug for PolyfillOptions
impl Debug for PolyfillOptions
Source§impl Default for PolyfillOptions
impl Default for PolyfillOptions
Source§impl<'de> Deserialize<'de> for PolyfillOptions
impl<'de> Deserialize<'de> for PolyfillOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PolyfillOptions
impl RefUnwindSafe for PolyfillOptions
impl Send for PolyfillOptions
impl Sync for PolyfillOptions
impl Unpin for PolyfillOptions
impl UnwindSafe for PolyfillOptions
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