#[repr(C, packed(1))]pub struct USB_CYCLE_PORT_PARAMS {
pub ConnectionIndex: ULONG,
pub StatusReturned: ULONG,
}
Fields§
§ConnectionIndex: ULONG
§StatusReturned: ULONG
Trait Implementations§
Source§impl Clone for USB_CYCLE_PORT_PARAMS
impl Clone for USB_CYCLE_PORT_PARAMS
Source§fn clone(&self) -> USB_CYCLE_PORT_PARAMS
fn clone(&self) -> USB_CYCLE_PORT_PARAMS
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_CYCLE_PORT_PARAMS
impl Default for USB_CYCLE_PORT_PARAMS
Source§fn default() -> USB_CYCLE_PORT_PARAMS
fn default() -> USB_CYCLE_PORT_PARAMS
Returns the “default value” for a type. Read more
impl Copy for USB_CYCLE_PORT_PARAMS
Auto Trait Implementations§
impl Freeze for USB_CYCLE_PORT_PARAMS
impl RefUnwindSafe for USB_CYCLE_PORT_PARAMS
impl Send for USB_CYCLE_PORT_PARAMS
impl Sync for USB_CYCLE_PORT_PARAMS
impl Unpin for USB_CYCLE_PORT_PARAMS
impl UnwindSafe for USB_CYCLE_PORT_PARAMS
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