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