Union inkview_sys::c_api::network_interface [−][src]
#[repr(C)]
pub union network_interface {
pub intr: [u8; 8],
pub addr: [u8; 16],
pub hw_addr: [u8; 18],
// some fields omitted
}Fields
intr: [u8; 8]addr: [u8; 16]hw_addr: [u8; 18]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for network_interfaceimpl Send for network_interfaceimpl Sync for network_interfaceimpl Unpin for network_interfaceimpl UnwindSafe for network_interfaceBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V