#[repr(C)]
pub union USB_HUB_30_PORT_REMOTE_WAKE_MASK {
pub AsUchar8: u8,
pub Anonymous: USB_HUB_30_PORT_REMOTE_WAKE_MASK_0,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
AsUchar8: u8
Anonymous: USB_HUB_30_PORT_REMOTE_WAKE_MASK_0
Trait Implementations
impl Clone for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl Clone for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl Copy for USB_HUB_30_PORT_REMOTE_WAKE_MASK
Auto Trait Implementations
impl RefUnwindSafe for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl Send for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl Sync for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl Unpin for USB_HUB_30_PORT_REMOTE_WAKE_MASK
impl UnwindSafe for USB_HUB_30_PORT_REMOTE_WAKE_MASK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more