Struct rclrust_msg::example_interfaces::srv::AddTwoInts_Request_Raw
source · [−]Fields
a: i64
b: i64
Trait Implementations
sourceimpl Debug for AddTwoInts_Request_Raw
impl Debug for AddTwoInts_Request_Raw
sourceimpl Default for AddTwoInts_Request_Raw
impl Default for AddTwoInts_Request_Raw
sourceimpl Drop for AddTwoInts_Request_Raw
impl Drop for AddTwoInts_Request_Raw
sourceimpl FFIToRust for AddTwoInts_Request_Raw
impl FFIToRust for AddTwoInts_Request_Raw
type Target = AddTwoInts_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for AddTwoInts_Request_Raw
impl Sync for AddTwoInts_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for AddTwoInts_Request_Raw
impl Unpin for AddTwoInts_Request_Raw
impl UnwindSafe for AddTwoInts_Request_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