#[repr(transparent)]pub struct UdsKeyCode13(pub u32);Expand description
.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for UdsKeyCode13
impl Clone for UdsKeyCode13
Source§fn clone(&self) -> UdsKeyCode13
fn clone(&self) -> UdsKeyCode13
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UdsKeyCode13
impl Debug for UdsKeyCode13
Source§impl Default for UdsKeyCode13
impl Default for UdsKeyCode13
Source§fn default() -> UdsKeyCode13
fn default() -> UdsKeyCode13
Returns the “default value” for a type. Read more
Source§impl PartialEq for UdsKeyCode13
impl PartialEq for UdsKeyCode13
impl Copy for UdsKeyCode13
impl Eq for UdsKeyCode13
impl StructuralPartialEq for UdsKeyCode13
Auto Trait Implementations§
impl Freeze for UdsKeyCode13
impl RefUnwindSafe for UdsKeyCode13
impl Send for UdsKeyCode13
impl Sync for UdsKeyCode13
impl Unpin for UdsKeyCode13
impl UnwindSafe for UdsKeyCode13
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