pub struct UdsCodecLib { /* private fields */ }Expand description
Host-registered library that installs codec/uds.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdsCodecLib
impl RefUnwindSafe for UdsCodecLib
impl Send for UdsCodecLib
impl Sync for UdsCodecLib
impl Unpin for UdsCodecLib
impl UnsafeUnpin for UdsCodecLib
impl UnwindSafe for UdsCodecLib
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