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