#[repr(C)]pub struct usb_internal_state {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for usb_internal_state
impl Clone for usb_internal_state
Source§fn clone(&self) -> usb_internal_state
fn clone(&self) -> usb_internal_state
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 usb_internal_state
impl Debug for usb_internal_state
impl Copy for usb_internal_state
Auto Trait Implementations§
impl Freeze for usb_internal_state
impl RefUnwindSafe for usb_internal_state
impl Send for usb_internal_state
impl Sync for usb_internal_state
impl Unpin for usb_internal_state
impl UnwindSafe for usb_internal_state
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