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