pub struct AssemblyData<B: Bmc> { /* private fields */ }Expand description
Assembly data.
Implementations§
Source§impl<B: Bmc> AssemblyData<B>
impl<B: Bmc> AssemblyData<B>
Sourcepub fn hardware_id(&self) -> HardwareIdRef<'_, AssemblyTag>
pub fn hardware_id(&self) -> HardwareIdRef<'_, AssemblyTag>
Get hardware identifier of the network adpater.
Auto Trait Implementations§
impl<B> Freeze for AssemblyData<B>
impl<B> RefUnwindSafe for AssemblyData<B>where
B: RefUnwindSafe,
impl<B> Send for AssemblyData<B>
impl<B> Sync for AssemblyData<B>
impl<B> Unpin for AssemblyData<B>where
B: Unpin,
impl<B> UnsafeUnpin for AssemblyData<B>
impl<B> UnwindSafe for AssemblyData<B>where
B: UnwindSafe,
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