#[repr(C)]pub struct IflaVfMac {
pub vf: u32,
pub mac: [u8; 32],
}
Fields§
§vf: u32
§mac: [u8; 32]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IflaVfMac
impl RefUnwindSafe for IflaVfMac
impl Send for IflaVfMac
impl Sync for IflaVfMac
impl Unpin for IflaVfMac
impl UnwindSafe for IflaVfMac
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