pub struct MapLabel {
pub x: f64,
pub y: f64,
pub z: f64,
pub r: f32,
pub g: f32,
pub b: f32,
/* private fields */
}
Fields§
§x: f64
§y: f64
§z: f64
§r: f32
§g: f32
§b: f32
Trait Implementations§
impl StructuralPartialEq for MapLabel
Auto Trait Implementations§
impl Freeze for MapLabel
impl RefUnwindSafe for MapLabel
impl Send for MapLabel
impl Sync for MapLabel
impl Unpin for MapLabel
impl UnwindSafe for MapLabel
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