Union USB_PROTOCOLS
#[repr(C, packed(1))]
pub union USB_PROTOCOLS {
pub ul: u32,
pub Anonymous: USB_PROTOCOLS_0,
}
Fields§
§ul: u32
§Anonymous: USB_PROTOCOLS_0
Trait Implementations§
§impl Clone for USB_PROTOCOLS
impl Clone for USB_PROTOCOLS
§fn clone(&self) -> USB_PROTOCOLS
fn clone(&self) -> USB_PROTOCOLS
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 moreimpl Copy for USB_PROTOCOLS
Auto Trait Implementations§
impl Freeze for USB_PROTOCOLS
impl RefUnwindSafe for USB_PROTOCOLS
impl Send for USB_PROTOCOLS
impl Sync for USB_PROTOCOLS
impl Unpin for USB_PROTOCOLS
impl UnwindSafe for USB_PROTOCOLS
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