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