pub struct ImageMarker {}
Fields§
§header: Header
§ns: String
§id: i32
§type_: i32
§action: i32
§position: Point
§scale: f32
§outline_color: ColorRGBA
§filled: u8
§fill_color: ColorRGBA
§lifetime: Duration
§points: Vec<Point>
§outline_colors: Vec<ColorRGBA>
Implementations§
Trait Implementations§
Source§impl Clone for ImageMarker
impl Clone for ImageMarker
Source§fn clone(&self) -> ImageMarker
fn clone(&self) -> ImageMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageMarker
impl Debug for ImageMarker
Source§impl Default for ImageMarker
impl Default for ImageMarker
Source§impl<'de> Deserialize<'de> for ImageMarker
impl<'de> Deserialize<'de> for ImageMarker
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImageMarker
impl PartialEq for ImageMarker
Source§impl Serialize for ImageMarker
impl Serialize for ImageMarker
impl Message for ImageMarker
impl StructuralPartialEq for ImageMarker
Auto Trait Implementations§
impl Freeze for ImageMarker
impl RefUnwindSafe for ImageMarker
impl Send for ImageMarker
impl Sync for ImageMarker
impl Unpin for ImageMarker
impl UnwindSafe for ImageMarker
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