#[repr(C)]pub struct _tagDATAINFO {
pub ulTotalSize: ULONG,
pub ulavrPacketSize: ULONG,
pub ulConnectSpeed: ULONG,
pub ulProcessorSpeed: ULONG,
}
Fields§
§ulTotalSize: ULONG
§ulavrPacketSize: ULONG
§ulConnectSpeed: ULONG
§ulProcessorSpeed: ULONG
Trait Implementations§
Source§impl Clone for _tagDATAINFO
impl Clone for _tagDATAINFO
Source§fn clone(&self) -> _tagDATAINFO
fn clone(&self) -> _tagDATAINFO
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 Debug for _tagDATAINFO
impl Debug for _tagDATAINFO
Source§impl Ord for _tagDATAINFO
impl Ord for _tagDATAINFO
Source§fn cmp(&self, other: &_tagDATAINFO) -> Ordering
fn cmp(&self, other: &_tagDATAINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagDATAINFO
impl PartialEq for _tagDATAINFO
Source§impl PartialOrd for _tagDATAINFO
impl PartialOrd for _tagDATAINFO
impl Copy for _tagDATAINFO
impl Eq for _tagDATAINFO
impl StructuralPartialEq for _tagDATAINFO
Auto Trait Implementations§
impl Freeze for _tagDATAINFO
impl RefUnwindSafe for _tagDATAINFO
impl Send for _tagDATAINFO
impl Sync for _tagDATAINFO
impl Unpin for _tagDATAINFO
impl UnwindSafe for _tagDATAINFO
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