#[repr(C)]pub struct IF_PHYSICAL_ADDRESS_LH {
pub Length: USHORT,
pub Address: [UCHAR; 32],
}
Fields§
§Length: USHORT
§Address: [UCHAR; 32]
Trait Implementations§
Source§impl Clone for IF_PHYSICAL_ADDRESS_LH
impl Clone for IF_PHYSICAL_ADDRESS_LH
Source§fn clone(&self) -> IF_PHYSICAL_ADDRESS_LH
fn clone(&self) -> IF_PHYSICAL_ADDRESS_LH
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 IF_PHYSICAL_ADDRESS_LH
impl Default for IF_PHYSICAL_ADDRESS_LH
Source§fn default() -> IF_PHYSICAL_ADDRESS_LH
fn default() -> IF_PHYSICAL_ADDRESS_LH
Returns the “default value” for a type. Read more
impl Copy for IF_PHYSICAL_ADDRESS_LH
Auto Trait Implementations§
impl Freeze for IF_PHYSICAL_ADDRESS_LH
impl RefUnwindSafe for IF_PHYSICAL_ADDRESS_LH
impl Send for IF_PHYSICAL_ADDRESS_LH
impl Sync for IF_PHYSICAL_ADDRESS_LH
impl Unpin for IF_PHYSICAL_ADDRESS_LH
impl UnwindSafe for IF_PHYSICAL_ADDRESS_LH
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