Struct autoware_auto::msgs::ffi::BuiltinInterfacesDuration [−][src]
Expand description
Duration defines a period between two time points. It is comprised of a seconds component and a nanoseconds component.
Fields
sec: i32
Seconds component, range is valid over any possible int32 value.
nanosec: u32
Nanoseconds component in the range of [0, 10e9).
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Either cxx::kind::Opaque
or cxx::kind::Trivial
. Read more
Auto Trait Implementations
impl RefUnwindSafe for BuiltinInterfacesDuration
impl Send for BuiltinInterfacesDuration
impl Sync for BuiltinInterfacesDuration
impl Unpin for BuiltinInterfacesDuration
impl UnwindSafe for BuiltinInterfacesDuration
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more