Struct rclrust_msg::turtlesim::srv::Spawn_Response_Raw
source · [−]#[repr(C)]pub struct Spawn_Response_Raw {
pub name: FFIString,
}
Fields
name: FFIString
Trait Implementations
sourceimpl Debug for Spawn_Response_Raw
impl Debug for Spawn_Response_Raw
sourceimpl Default for Spawn_Response_Raw
impl Default for Spawn_Response_Raw
sourceimpl Drop for Spawn_Response_Raw
impl Drop for Spawn_Response_Raw
sourceimpl FFIToRust for Spawn_Response_Raw
impl FFIToRust for Spawn_Response_Raw
type Target = Spawn_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for Spawn_Response_Raw
impl Sync for Spawn_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for Spawn_Response_Raw
impl Unpin for Spawn_Response_Raw
impl UnwindSafe for Spawn_Response_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