Struct rclrust_msg::rcl_interfaces::msg::ListParametersResult_Raw
source · [−]#[repr(C)]pub struct ListParametersResult_Raw {
pub names: FFISeq<FFIString>,
pub prefixes: FFISeq<FFIString>,
}
Fields
names: FFISeq<FFIString>
prefixes: FFISeq<FFIString>
Trait Implementations
sourceimpl Debug for ListParametersResult_Raw
impl Debug for ListParametersResult_Raw
sourceimpl Default for ListParametersResult_Raw
impl Default for ListParametersResult_Raw
sourceimpl Drop for ListParametersResult_Raw
impl Drop for ListParametersResult_Raw
sourceimpl FFIToRust for ListParametersResult_Raw
impl FFIToRust for ListParametersResult_Raw
type Target = ListParametersResult
unsafe fn to_rust(&self) -> Self::Target
impl Send for ListParametersResult_Raw
impl Sync for ListParametersResult_Raw
Auto Trait Implementations
impl RefUnwindSafe for ListParametersResult_Raw
impl Unpin for ListParametersResult_Raw
impl UnwindSafe for ListParametersResult_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