#[repr(C)]pub struct wtap_wslua_file_info {
pub wslua_can_write_encap: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut c_void) -> c_int>,
pub wslua_data: *mut c_void,
}Fields§
§wslua_can_write_encap: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut c_void) -> c_int>§wslua_data: *mut c_voidTrait Implementations§
Source§impl Clone for wtap_wslua_file_info
impl Clone for wtap_wslua_file_info
Source§fn clone(&self) -> wtap_wslua_file_info
fn clone(&self) -> wtap_wslua_file_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wtap_wslua_file_info
impl Debug for wtap_wslua_file_info
impl Copy for wtap_wslua_file_info
Auto Trait Implementations§
impl Freeze for wtap_wslua_file_info
impl RefUnwindSafe for wtap_wslua_file_info
impl !Send for wtap_wslua_file_info
impl !Sync for wtap_wslua_file_info
impl Unpin for wtap_wslua_file_info
impl UnwindSafe for wtap_wslua_file_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