Struct rclrust_msg::rcl_interfaces::msg::ParameterDescriptor_Raw
source · [−]#[repr(C)]pub struct ParameterDescriptor_Raw {
pub name: FFIString,
pub type_: u8,
pub description: FFIString,
pub additional_constraints: FFIString,
pub read_only: bool,
pub dynamic_typing: bool,
pub floating_point_range: FFISeq<FloatingPointRange_Raw>,
pub integer_range: FFISeq<IntegerRange_Raw>,
}
Fields
name: FFIString
type_: u8
description: FFIString
additional_constraints: FFIString
read_only: bool
dynamic_typing: bool
floating_point_range: FFISeq<FloatingPointRange_Raw>
integer_range: FFISeq<IntegerRange_Raw>
Trait Implementations
sourceimpl Debug for ParameterDescriptor_Raw
impl Debug for ParameterDescriptor_Raw
sourceimpl Default for ParameterDescriptor_Raw
impl Default for ParameterDescriptor_Raw
sourceimpl Drop for ParameterDescriptor_Raw
impl Drop for ParameterDescriptor_Raw
sourceimpl FFIToRust for ParameterDescriptor_Raw
impl FFIToRust for ParameterDescriptor_Raw
type Target = ParameterDescriptor
unsafe fn to_rust(&self) -> Self::Target
impl Send for ParameterDescriptor_Raw
impl Sync for ParameterDescriptor_Raw
Auto Trait Implementations
impl RefUnwindSafe for ParameterDescriptor_Raw
impl Unpin for ParameterDescriptor_Raw
impl UnwindSafe for ParameterDescriptor_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