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