#[repr(C, packed(1))]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 Freeze for virtio_net_ctrl_mac
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