Struct IF_PHYSICAL_ADDRESS_LH
#[repr(C)]pub struct IF_PHYSICAL_ADDRESS_LH {
pub Length: u16,
pub Address: [u8; 32],
}
Fields§
§Length: u16
§Address: [u8; 32]
Trait Implementations§
§impl Clone for IF_PHYSICAL_ADDRESS_LH
impl Clone for IF_PHYSICAL_ADDRESS_LH
§fn clone(&self) -> IF_PHYSICAL_ADDRESS_LH
fn clone(&self) -> IF_PHYSICAL_ADDRESS_LH
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 moreimpl 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