#[repr(C, packed(1))]pub struct USB_PORT_STATUS_AND_CHANGE(/* private fields */);
Implementations§
Source§impl USB_PORT_STATUS_AND_CHANGE
impl USB_PORT_STATUS_AND_CHANGE
pub unsafe fn AsUlong32(&self) -> &ULONG
pub unsafe fn AsUlong32_mut(&mut self) -> &mut ULONG
pub unsafe fn s(&self) -> &USB_PORT_STATUS_AND_CHANGE_s
pub unsafe fn s_mut(&mut self) -> &mut USB_PORT_STATUS_AND_CHANGE_s
Trait Implementations§
Source§impl Clone for USB_PORT_STATUS_AND_CHANGE
impl Clone for USB_PORT_STATUS_AND_CHANGE
Source§fn clone(&self) -> USB_PORT_STATUS_AND_CHANGE
fn clone(&self) -> USB_PORT_STATUS_AND_CHANGE
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_PORT_STATUS_AND_CHANGE
impl Default for USB_PORT_STATUS_AND_CHANGE
Source§fn default() -> USB_PORT_STATUS_AND_CHANGE
fn default() -> USB_PORT_STATUS_AND_CHANGE
Returns the “default value” for a type. Read more
impl Copy for USB_PORT_STATUS_AND_CHANGE
Auto Trait Implementations§
impl Freeze for USB_PORT_STATUS_AND_CHANGE
impl RefUnwindSafe for USB_PORT_STATUS_AND_CHANGE
impl Send for USB_PORT_STATUS_AND_CHANGE
impl Sync for USB_PORT_STATUS_AND_CHANGE
impl Unpin for USB_PORT_STATUS_AND_CHANGE
impl UnwindSafe for USB_PORT_STATUS_AND_CHANGE
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