Struct windows::Wdk::System::SystemServices::CM_SONIC_DEVICE_DATA
#[repr(C)]pub struct CM_SONIC_DEVICE_DATA {
pub Version: u16,
pub Revision: u16,
pub DataConfigurationRegister: u16,
pub EthernetAddress: [u8; 8],
}
Fields§
§Version: u16
§Revision: u16
§DataConfigurationRegister: u16
§EthernetAddress: [u8; 8]
Trait Implementations§
§impl Clone for CM_SONIC_DEVICE_DATA
impl Clone for CM_SONIC_DEVICE_DATA
§fn clone(&self) -> CM_SONIC_DEVICE_DATA
fn clone(&self) -> CM_SONIC_DEVICE_DATA
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 more§impl Debug for CM_SONIC_DEVICE_DATA
impl Debug for CM_SONIC_DEVICE_DATA
§impl Default for CM_SONIC_DEVICE_DATA
impl Default for CM_SONIC_DEVICE_DATA
§impl PartialEq for CM_SONIC_DEVICE_DATA
impl PartialEq for CM_SONIC_DEVICE_DATA
§fn eq(&self, other: &CM_SONIC_DEVICE_DATA) -> bool
fn eq(&self, other: &CM_SONIC_DEVICE_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CM_SONIC_DEVICE_DATA
impl Eq for CM_SONIC_DEVICE_DATA
impl StructuralPartialEq for CM_SONIC_DEVICE_DATA
Auto Trait Implementations§
impl Freeze for CM_SONIC_DEVICE_DATA
impl RefUnwindSafe for CM_SONIC_DEVICE_DATA
impl Send for CM_SONIC_DEVICE_DATA
impl Sync for CM_SONIC_DEVICE_DATA
impl Unpin for CM_SONIC_DEVICE_DATA
impl UnwindSafe for CM_SONIC_DEVICE_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)