pub struct GuideInfo {
pub location: f64,
pub direction: GuideDirection,
}Expand description
TS gridAndGuidesInformation.guides[] element.
Fields§
§location: f64§direction: GuideDirectionTrait Implementations§
Auto Trait Implementations§
impl Freeze for GuideInfo
impl RefUnwindSafe for GuideInfo
impl Send for GuideInfo
impl Sync for GuideInfo
impl Unpin for GuideInfo
impl UnsafeUnpin for GuideInfo
impl UnwindSafe for GuideInfo
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