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