#[repr(C, packed(1))]pub struct USB_PORT_EXT_STATUS {
pub AsUlong32: ULONG,
}
Fields§
§AsUlong32: ULONG
Implementations§
Source§impl USB_PORT_EXT_STATUS
impl USB_PORT_EXT_STATUS
pub fn RxSublinkSpeedID(&self) -> ULONG
pub fn set_RxSublinkSpeedID(&mut self, val: ULONG)
pub fn TxSublinkSpeedID(&self) -> ULONG
pub fn set_TxSublinkSpeedID(&mut self, val: ULONG)
pub fn RxLaneCount(&self) -> ULONG
pub fn set_RxLaneCount(&mut self, val: ULONG)
pub fn TxLaneCount(&self) -> ULONG
pub fn set_TxLaneCount(&mut self, val: ULONG)
pub fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
Trait Implementations§
Source§impl Clone for USB_PORT_EXT_STATUS
impl Clone for USB_PORT_EXT_STATUS
Source§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 moreSource§impl Default for USB_PORT_EXT_STATUS
impl Default for USB_PORT_EXT_STATUS
Source§fn default() -> USB_PORT_EXT_STATUS
fn default() -> USB_PORT_EXT_STATUS
Returns the “default value” for a type. Read more
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