Struct safe_drive::msg::rosidl_runtime_c__String__bound
source · #[repr(C)]pub struct rosidl_runtime_c__String__bound {
pub bound: usize,
}Expand description
Upper boundary for #rosidl_runtime_c__String or #rosidl_runtime_c__U16String.
Fields§
§bound: usizeThe number of characters in the string (excluding the null character).
Trait Implementations§
source§impl Clone for rosidl_runtime_c__String__bound
impl Clone for rosidl_runtime_c__String__bound
source§fn clone(&self) -> rosidl_runtime_c__String__bound
fn clone(&self) -> rosidl_runtime_c__String__bound
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rosidl_runtime_c__String__bound
Auto Trait Implementations§
impl RefUnwindSafe for rosidl_runtime_c__String__bound
impl Send for rosidl_runtime_c__String__bound
impl Sync for rosidl_runtime_c__String__bound
impl Unpin for rosidl_runtime_c__String__bound
impl UnwindSafe for rosidl_runtime_c__String__bound
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more