#[repr(transparent)]pub struct UdsBody8(pub u32);Expand description
.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for UdsBody8
impl Eq for UdsBody8
impl StructuralPartialEq for UdsBody8
Auto Trait Implementations§
impl Freeze for UdsBody8
impl RefUnwindSafe for UdsBody8
impl Send for UdsBody8
impl Sync for UdsBody8
impl Unpin for UdsBody8
impl UnwindSafe for UdsBody8
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