pub enum StyleFlags {
None = 0,
NodeOutline = 1,
GridLines = 4,
}Expand description
Controls some style aspects
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleFlags
impl RefUnwindSafe for StyleFlags
impl Send for StyleFlags
impl Sync for StyleFlags
impl Unpin for StyleFlags
impl UnwindSafe for StyleFlags
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