pub struct TexturedMarker {
pub header: Header,
pub ns: String,
pub id: i32,
pub action: i32,
pub lifetime: Duration,
pub image: Image,
pub pose: Pose,
pub resolution: f64,
pub alpha: f32,
}Fields§
§header: Header§ns: String§id: i32§action: i32§lifetime: Duration§image: Image§pose: Pose§resolution: f64§alpha: f32Implementations§
Trait Implementations§
Source§impl Clone for TexturedMarker
impl Clone for TexturedMarker
Source§fn clone(&self) -> TexturedMarker
fn clone(&self) -> TexturedMarker
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 TexturedMarker
impl Debug for TexturedMarker
Source§impl Default for TexturedMarker
impl Default for TexturedMarker
Source§impl<'de> Deserialize<'de> for TexturedMarker
impl<'de> Deserialize<'de> for TexturedMarker
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 TexturedMarker
impl PartialEq for TexturedMarker
Source§impl Serialize for TexturedMarker
impl Serialize for TexturedMarker
impl Message for TexturedMarker
impl StructuralPartialEq for TexturedMarker
Auto Trait Implementations§
impl Freeze for TexturedMarker
impl RefUnwindSafe for TexturedMarker
impl Send for TexturedMarker
impl Sync for TexturedMarker
impl Unpin for TexturedMarker
impl UnwindSafe for TexturedMarker
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