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