Struct rclrust_msg::visualization_msgs::msg::MeshFile_Raw
source · [−]Fields
filename: FFIString
data: FFISeq<u8>
Trait Implementations
sourceimpl Debug for MeshFile_Raw
impl Debug for MeshFile_Raw
sourceimpl Default for MeshFile_Raw
impl Default for MeshFile_Raw
sourceimpl Drop for MeshFile_Raw
impl Drop for MeshFile_Raw
sourceimpl FFIToRust for MeshFile_Raw
impl FFIToRust for MeshFile_Raw
impl Send for MeshFile_Raw
impl Sync for MeshFile_Raw
Auto Trait Implementations
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