#[repr(C)]pub struct network_interface_array_s {
pub count: u32,
pub net_int: __IncompleteArrayField<network_interface>,
}Fields§
§count: u32§net_int: __IncompleteArrayField<network_interface>Auto Trait Implementations§
impl Freeze for network_interface_array_s
impl RefUnwindSafe for network_interface_array_s
impl Send for network_interface_array_s
impl Sync for network_interface_array_s
impl Unpin for network_interface_array_s
impl UnwindSafe for network_interface_array_s
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