#[repr(transparent)]pub struct usbd_respond(pub c_uchar);Expand description
Reporting status results. Reporting status results.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for _usbd_respond
impl Clone for _usbd_respond
Source§fn clone(&self) -> _usbd_respond
fn clone(&self) -> _usbd_respond
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 _usbd_respond
impl Debug for _usbd_respond
Source§impl Hash for _usbd_respond
impl Hash for _usbd_respond
Source§impl PartialEq for _usbd_respond
impl PartialEq for _usbd_respond
impl Copy for _usbd_respond
impl Eq for _usbd_respond
impl StructuralPartialEq for _usbd_respond
Auto Trait Implementations§
impl Freeze for _usbd_respond
impl RefUnwindSafe for _usbd_respond
impl Send for _usbd_respond
impl Sync for _usbd_respond
impl Unpin for _usbd_respond
impl UnwindSafe for _usbd_respond
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