pub struct LocationMessage {
pub msg_id: u64,
pub location_x: f32,
pub location_y: f32,
pub scale: f32,
pub label: String,
}Fields§
§msg_id: u64§location_x: f32§location_y: f32§scale: f32§label: StringTrait Implementations§
Source§impl ReceivedMessageParser for LocationMessage
impl ReceivedMessageParser for LocationMessage
type ReceivedMessage = LocationMessage
fn from_xml(node: &Node<'_, '_>) -> SdkResult<Self::ReceivedMessage>
Auto Trait Implementations§
impl Freeze for LocationMessage
impl RefUnwindSafe for LocationMessage
impl Send for LocationMessage
impl Sync for LocationMessage
impl Unpin for LocationMessage
impl UnsafeUnpin for LocationMessage
impl UnwindSafe for LocationMessage
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