Union windows::Win32::Devices::Usb::USB_PORT_EXT_STATUS
#[repr(C, packed(1))]
pub union USB_PORT_EXT_STATUS {
pub AsUlong32: u32,
pub Anonymous: USB_PORT_EXT_STATUS_0,
}
Fields§
§AsUlong32: u32
§Anonymous: USB_PORT_EXT_STATUS_0
Trait Implementations§
§impl Clone for USB_PORT_EXT_STATUS
impl Clone for USB_PORT_EXT_STATUS
§fn clone(&self) -> USB_PORT_EXT_STATUS
fn clone(&self) -> USB_PORT_EXT_STATUS
Returns a copy 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 more§impl Default for USB_PORT_EXT_STATUS
impl Default for USB_PORT_EXT_STATUS
impl Copy for USB_PORT_EXT_STATUS
Auto Trait Implementations§
impl Freeze for USB_PORT_EXT_STATUS
impl RefUnwindSafe for USB_PORT_EXT_STATUS
impl Send for USB_PORT_EXT_STATUS
impl Sync for USB_PORT_EXT_STATUS
impl Unpin for USB_PORT_EXT_STATUS
impl UnwindSafe for USB_PORT_EXT_STATUS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)