#[repr(C)]pub struct heur_dtbl_entry {
pub dissector: heur_dissector_t,
pub protocol: *mut protocol_t,
pub list_name: *mut gchar,
pub display_name: *const gchar,
pub short_name: *mut gchar,
pub enabled: gboolean,
}Fields§
§dissector: heur_dissector_t§protocol: *mut protocol_t§list_name: *mut gchar§display_name: *const gchar§short_name: *mut gchar§enabled: gbooleanTrait Implementations§
Source§impl Clone for heur_dtbl_entry
impl Clone for heur_dtbl_entry
Source§fn clone(&self) -> heur_dtbl_entry
fn clone(&self) -> heur_dtbl_entry
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 heur_dtbl_entry
impl Debug for heur_dtbl_entry
impl Copy for heur_dtbl_entry
Auto Trait Implementations§
impl Freeze for heur_dtbl_entry
impl RefUnwindSafe for heur_dtbl_entry
impl !Send for heur_dtbl_entry
impl !Sync for heur_dtbl_entry
impl Unpin for heur_dtbl_entry
impl UnwindSafe for heur_dtbl_entry
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