#[repr(C, packed(1))]pub struct USB_HUB_STATUS_AND_CHANGE_s {
pub HubStatus: USB_HUB_STATUS,
pub HubChange: USB_HUB_CHANGE,
}
Fields§
§HubStatus: USB_HUB_STATUS
§HubChange: USB_HUB_CHANGE
Trait Implementations§
Source§impl Clone for USB_HUB_STATUS_AND_CHANGE_s
impl Clone for USB_HUB_STATUS_AND_CHANGE_s
Source§fn clone(&self) -> USB_HUB_STATUS_AND_CHANGE_s
fn clone(&self) -> USB_HUB_STATUS_AND_CHANGE_s
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 Default for USB_HUB_STATUS_AND_CHANGE_s
impl Default for USB_HUB_STATUS_AND_CHANGE_s
Source§fn default() -> USB_HUB_STATUS_AND_CHANGE_s
fn default() -> USB_HUB_STATUS_AND_CHANGE_s
Returns the “default value” for a type. Read more
impl Copy for USB_HUB_STATUS_AND_CHANGE_s
Auto Trait Implementations§
impl Freeze for USB_HUB_STATUS_AND_CHANGE_s
impl RefUnwindSafe for USB_HUB_STATUS_AND_CHANGE_s
impl Send for USB_HUB_STATUS_AND_CHANGE_s
impl Sync for USB_HUB_STATUS_AND_CHANGE_s
impl Unpin for USB_HUB_STATUS_AND_CHANGE_s
impl UnwindSafe for USB_HUB_STATUS_AND_CHANGE_s
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