#[repr(C)]pub struct InteractiveMarkerFeedback_Raw {
pub header: Header_Raw,
pub client_id: FFIString,
pub marker_name: FFIString,
pub control_name: FFIString,
pub event_type: u8,
pub pose: Pose_Raw,
pub menu_entry_id: u32,
pub mouse_point: Point_Raw,
pub mouse_point_valid: bool,
}
Fields
header: Header_Raw
client_id: FFIString
marker_name: FFIString
control_name: FFIString
event_type: u8
pose: Pose_Raw
mouse_point: Point_Raw
mouse_point_valid: bool
Trait Implementations
sourceimpl Debug for InteractiveMarkerFeedback_Raw
impl Debug for InteractiveMarkerFeedback_Raw
sourceimpl Drop for InteractiveMarkerFeedback_Raw
impl Drop for InteractiveMarkerFeedback_Raw
sourceimpl FFIToRust for InteractiveMarkerFeedback_Raw
impl FFIToRust for InteractiveMarkerFeedback_Raw
type Target = InteractiveMarkerFeedback
unsafe fn to_rust(&self) -> Self::Target
impl Send for InteractiveMarkerFeedback_Raw
impl Sync for InteractiveMarkerFeedback_Raw
Auto Trait Implementations
impl RefUnwindSafe for InteractiveMarkerFeedback_Raw
impl Unpin for InteractiveMarkerFeedback_Raw
impl UnwindSafe for InteractiveMarkerFeedback_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more