pub struct SocketCanIsoTp;Expand description
Kernel ISO-TP endpoint using a single socket (non-Linux stub).
Implementations§
Trait Implementations§
Source§impl Debug for SocketCanIsoTp
impl Debug for SocketCanIsoTp
Source§impl IsoTpEndpoint for SocketCanIsoTp
impl IsoTpEndpoint for SocketCanIsoTp
Source§fn send_to(
&mut self,
_to: u8,
_payload: &[u8],
_timeout: Duration,
) -> Result<(), SendError<Self::Error>>
fn send_to( &mut self, _to: u8, _payload: &[u8], _timeout: Duration, ) -> Result<(), SendError<Self::Error>>
Send a payload to a specific peer address.
Auto Trait Implementations§
impl Freeze for SocketCanIsoTp
impl RefUnwindSafe for SocketCanIsoTp
impl Send for SocketCanIsoTp
impl Sync for SocketCanIsoTp
impl Unpin for SocketCanIsoTp
impl UnsafeUnpin for SocketCanIsoTp
impl UnwindSafe for SocketCanIsoTp
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