Struct USBUSER_CONTROLLER_UNICODE_NAME
#[repr(C, packed(1))]pub struct USBUSER_CONTROLLER_UNICODE_NAME {
pub Header: USBUSER_REQUEST_HEADER,
pub UnicodeName: USB_UNICODE_NAME,
}
Fields§
§Header: USBUSER_REQUEST_HEADER
§UnicodeName: USB_UNICODE_NAME
Trait Implementations§
§impl Clone for USBUSER_CONTROLLER_UNICODE_NAME
impl Clone for USBUSER_CONTROLLER_UNICODE_NAME
§fn clone(&self) -> USBUSER_CONTROLLER_UNICODE_NAME
fn clone(&self) -> USBUSER_CONTROLLER_UNICODE_NAME
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 USBUSER_CONTROLLER_UNICODE_NAME
Auto Trait Implementations§
impl Freeze for USBUSER_CONTROLLER_UNICODE_NAME
impl RefUnwindSafe for USBUSER_CONTROLLER_UNICODE_NAME
impl Send for USBUSER_CONTROLLER_UNICODE_NAME
impl Sync for USBUSER_CONTROLLER_UNICODE_NAME
impl Unpin for USBUSER_CONTROLLER_UNICODE_NAME
impl UnwindSafe for USBUSER_CONTROLLER_UNICODE_NAME
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