Struct aws_sdk_iotfleetwise::types::CanSignal
source · #[non_exhaustive]pub struct CanSignal { /* private fields */ }Expand description
Information about a single controller area network (CAN) signal and the messages it receives and transmits.
Implementations§
source§impl CanSignal
impl CanSignal
sourcepub fn message_id(&self) -> i32
pub fn message_id(&self) -> i32
The ID of the message.
sourcepub fn is_big_endian(&self) -> bool
pub fn is_big_endian(&self) -> bool
Whether the byte ordering of a CAN message is big-endian.
Trait Implementations§
source§impl PartialEq<CanSignal> for CanSignal
impl PartialEq<CanSignal> for CanSignal
impl StructuralPartialEq for CanSignal
Auto Trait Implementations§
impl RefUnwindSafe for CanSignal
impl Send for CanSignal
impl Sync for CanSignal
impl Unpin for CanSignal
impl UnwindSafe for CanSignal
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