Struct r2r_rcl::rcl_jump_callback_info_s
source · #[repr(C)]pub struct rcl_jump_callback_info_s {
pub callback: rcl_jump_callback_t,
pub threshold: rcl_jump_threshold_t,
pub user_data: *mut c_void,
}
Fields§
§callback: rcl_jump_callback_t
§threshold: rcl_jump_threshold_t
§user_data: *mut c_void
Trait Implementations§
source§impl Clone for rcl_jump_callback_info_s
impl Clone for rcl_jump_callback_info_s
source§fn clone(&self) -> rcl_jump_callback_info_s
fn clone(&self) -> rcl_jump_callback_info_s
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 moresource§impl Debug for rcl_jump_callback_info_s
impl Debug for rcl_jump_callback_info_s
source§impl PartialEq for rcl_jump_callback_info_s
impl PartialEq for rcl_jump_callback_info_s
impl Copy for rcl_jump_callback_info_s
impl StructuralPartialEq for rcl_jump_callback_info_s
Auto Trait Implementations§
impl Freeze for rcl_jump_callback_info_s
impl RefUnwindSafe for rcl_jump_callback_info_s
impl !Send for rcl_jump_callback_info_s
impl !Sync for rcl_jump_callback_info_s
impl Unpin for rcl_jump_callback_info_s
impl UnwindSafe for rcl_jump_callback_info_s
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)