#[repr(C)]pub struct can_tp {
pub rx_id: canid_t,
pub tx_id: canid_t,
}Expand description
Transport protocol address information structure
Fields§
§rx_id: canid_tReceive CAN identifier
tx_id: canid_tTransmit CAN identifier
Trait Implementations§
impl Copy for can_tp
impl Eq for can_tp
Source§impl Ord for can_tp
impl Ord for can_tp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for can_tp
impl PartialOrd for can_tp
impl StructuralPartialEq for can_tp
Auto Trait Implementations§
impl Freeze for can_tp
impl RefUnwindSafe for can_tp
impl Send for can_tp
impl Sync for can_tp
impl Unpin for can_tp
impl UnsafeUnpin for can_tp
impl UnwindSafe for can_tp
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