#[repr(C)]pub struct InteractiveMarkerUpdate_Raw {
pub server_id: FFIString,
pub seq_num: u64,
pub type_: u8,
pub markers: FFISeq<InteractiveMarker_Raw>,
pub poses: FFISeq<InteractiveMarkerPose_Raw>,
pub erases: FFISeq<FFIString>,
}
Fields
server_id: FFIString
seq_num: u64
type_: u8
markers: FFISeq<InteractiveMarker_Raw>
poses: FFISeq<InteractiveMarkerPose_Raw>
erases: FFISeq<FFIString>
Trait Implementations
sourceimpl Debug for InteractiveMarkerUpdate_Raw
impl Debug for InteractiveMarkerUpdate_Raw
sourceimpl Default for InteractiveMarkerUpdate_Raw
impl Default for InteractiveMarkerUpdate_Raw
sourceimpl Drop for InteractiveMarkerUpdate_Raw
impl Drop for InteractiveMarkerUpdate_Raw
sourceimpl FFIToRust for InteractiveMarkerUpdate_Raw
impl FFIToRust for InteractiveMarkerUpdate_Raw
type Target = InteractiveMarkerUpdate
unsafe fn to_rust(&self) -> Self::Target
impl Send for InteractiveMarkerUpdate_Raw
impl Sync for InteractiveMarkerUpdate_Raw
Auto Trait Implementations
impl RefUnwindSafe for InteractiveMarkerUpdate_Raw
impl Unpin for InteractiveMarkerUpdate_Raw
impl UnwindSafe for InteractiveMarkerUpdate_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