pub struct Grid {
pub spacing: Vec2,
pub angle: f32,
}Expand description
Grid background pattern.
Use TreeizeStyle::background_pattern_stroke for change stroke options
Fields§
§spacing: Vec2Spacing between grid lines.
angle: f32Angle of the grid.
Implementations§
Trait Implementations§
impl Copy for Grid
impl StructuralPartialEq for Grid
Auto Trait Implementations§
impl Freeze for Grid
impl RefUnwindSafe for Grid
impl Send for Grid
impl Sync for Grid
impl Unpin for Grid
impl UnwindSafe for Grid
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