#[repr(transparent)]pub struct UdsKeyCode6(pub u32);Expand description
.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for UdsKeyCode6
impl Clone for UdsKeyCode6
Source§fn clone(&self) -> UdsKeyCode6
fn clone(&self) -> UdsKeyCode6
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 UdsKeyCode6
impl Debug for UdsKeyCode6
Source§impl Default for UdsKeyCode6
impl Default for UdsKeyCode6
Source§fn default() -> UdsKeyCode6
fn default() -> UdsKeyCode6
Returns the “default value” for a type. Read more
Source§impl PartialEq for UdsKeyCode6
impl PartialEq for UdsKeyCode6
impl Copy for UdsKeyCode6
impl Eq for UdsKeyCode6
impl StructuralPartialEq for UdsKeyCode6
Auto Trait Implementations§
impl Freeze for UdsKeyCode6
impl RefUnwindSafe for UdsKeyCode6
impl Send for UdsKeyCode6
impl Sync for UdsKeyCode6
impl Unpin for UdsKeyCode6
impl UnwindSafe for UdsKeyCode6
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