pub struct Location {
pub location_x: f64,
pub location_y: f64,
pub scale: u32,
pub label: String,
pub ty: Option<String>,
}Fields§
§location_x: f64§location_y: f64§scale: u32§label: String§ty: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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