Struct rclrust_msg::visualization_msgs::msg::MarkerArray_Raw
source · [−]#[repr(C)]pub struct MarkerArray_Raw {
pub markers: FFISeq<Marker_Raw>,
}
Fields
markers: FFISeq<Marker_Raw>
Trait Implementations
sourceimpl Debug for MarkerArray_Raw
impl Debug for MarkerArray_Raw
sourceimpl Default for MarkerArray_Raw
impl Default for MarkerArray_Raw
sourceimpl Drop for MarkerArray_Raw
impl Drop for MarkerArray_Raw
sourceimpl FFIToRust for MarkerArray_Raw
impl FFIToRust for MarkerArray_Raw
type Target = MarkerArray
unsafe fn to_rust(&self) -> Self::Target
impl Send for MarkerArray_Raw
impl Sync for MarkerArray_Raw
Auto Trait Implementations
impl RefUnwindSafe for MarkerArray_Raw
impl Unpin for MarkerArray_Raw
impl UnwindSafe for MarkerArray_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