#[repr(C)]pub struct rcl_duration_t {
pub nanoseconds: rcl_duration_value_t,
}
Expand description
A duration of time, measured in nanoseconds and its source.
Fields
nanoseconds: rcl_duration_value_t
Duration in nanoseconds and its source.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_duration_t
impl Send for rcl_duration_t
impl Sync for rcl_duration_t
impl Unpin for rcl_duration_t
impl UnwindSafe for rcl_duration_t
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