pub struct HwAddr<'a> { /* private fields */ }
Expand description
Wrapper structure for a qemu_plugin_hwaddr *
§Safety
This structure is safe to use as long as the pointer is valid. The pointer is always opaque, and therefore may not be dereferenced.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for HwAddr<'a>
impl<'a> RefUnwindSafe for HwAddr<'a>
impl<'a> Send for HwAddr<'a>
impl<'a> Sync for HwAddr<'a>
impl<'a> Unpin for HwAddr<'a>
impl<'a> UnwindSafe for HwAddr<'a>
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