Struct rclrust_msg::example_interfaces::action::Fibonacci_Goal_Raw
source · [−]#[repr(C)]pub struct Fibonacci_Goal_Raw {
pub order: i32,
}
Fields
order: i32
Trait Implementations
sourceimpl Debug for Fibonacci_Goal_Raw
impl Debug for Fibonacci_Goal_Raw
sourceimpl Default for Fibonacci_Goal_Raw
impl Default for Fibonacci_Goal_Raw
sourceimpl Drop for Fibonacci_Goal_Raw
impl Drop for Fibonacci_Goal_Raw
sourceimpl FFIToRust for Fibonacci_Goal_Raw
impl FFIToRust for Fibonacci_Goal_Raw
type Target = Fibonacci_Goal
unsafe fn to_rust(&self) -> Self::Target
impl Send for Fibonacci_Goal_Raw
impl Sync for Fibonacci_Goal_Raw
Auto Trait Implementations
impl RefUnwindSafe for Fibonacci_Goal_Raw
impl Unpin for Fibonacci_Goal_Raw
impl UnwindSafe for Fibonacci_Goal_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