pub enum BackgroundPattern {
NoPattern,
Grid(Grid),
}Expand description
Background pattern show beneath nodes and wires.
Variants§
Implementations§
Source§impl BackgroundPattern
impl BackgroundPattern
Trait Implementations§
Source§impl Clone for BackgroundPattern
impl Clone for BackgroundPattern
Source§fn clone(&self) -> BackgroundPattern
fn clone(&self) -> BackgroundPattern
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 BackgroundPattern
impl Debug for BackgroundPattern
Source§impl Default for BackgroundPattern
impl Default for BackgroundPattern
Source§impl EguiScale for BackgroundPattern
impl EguiScale for BackgroundPattern
Source§impl PartialEq for BackgroundPattern
impl PartialEq for BackgroundPattern
impl Copy for BackgroundPattern
impl StructuralPartialEq for BackgroundPattern
Auto Trait Implementations§
impl Freeze for BackgroundPattern
impl RefUnwindSafe for BackgroundPattern
impl Send for BackgroundPattern
impl Sync for BackgroundPattern
impl Unpin for BackgroundPattern
impl UnwindSafe for BackgroundPattern
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