#[repr(C)]pub struct ifdrv {
pub ifd_name: [c_char; 16],
pub ifd_cmd: c_ulong,
pub ifd_len: size_t,
pub ifd_data: *mut c_void,
}Fields§
§ifd_name: [c_char; 16]if name, e.g. “en0”
ifd_cmd: c_ulong§ifd_len: size_t§ifd_data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for ifdrv
impl RefUnwindSafe for ifdrv
impl !Send for ifdrv
impl !Sync for ifdrv
impl Unpin for ifdrv
impl UnwindSafe for ifdrv
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