Struct virtio_bindings::virtio_net::virtio_net_ctrl_mac
source · #[repr(C, packed)]pub struct virtio_net_ctrl_mac {
pub entries: __virtio32,
pub macs: __IncompleteArrayField<[__u8; 6]>,
}Fields§
§entries: __virtio32§macs: __IncompleteArrayField<[__u8; 6]>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_ctrl_mac
impl Send for virtio_net_ctrl_mac
impl Sync for virtio_net_ctrl_mac
impl Unpin for virtio_net_ctrl_mac
impl UnwindSafe for virtio_net_ctrl_mac
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