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