#[repr(C)]pub struct open_info {
pub name: *const c_char,
pub type_: wtap_open_type,
pub open_routine: wtap_open_routine_t,
pub extensions: *const c_char,
pub extensions_set: *mut *mut gchar,
pub wslua_data: *mut c_void,
}Fields§
§name: *const c_char§type_: wtap_open_type§open_routine: wtap_open_routine_t§extensions: *const c_char§extensions_set: *mut *mut gchar§wslua_data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for open_info
impl RefUnwindSafe for open_info
impl !Send for open_info
impl !Sync for open_info
impl Unpin for open_info
impl UnwindSafe for open_info
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