pub struct GridInfo {
pub horizontal: f64,
pub vertical: f64,
}Expand description
TS gridAndGuidesInformation.grid.
Fields§
§horizontal: f64§vertical: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridInfo
impl RefUnwindSafe for GridInfo
impl Send for GridInfo
impl Sync for GridInfo
impl Unpin for GridInfo
impl UnsafeUnpin for GridInfo
impl UnwindSafe for GridInfo
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