#[repr(C)]pub struct wtap_ft_specific_header {
pub record_type: guint,
pub record_len: guint32,
}Fields§
§record_type: guint§record_len: guint32Trait Implementations§
Source§impl Clone for wtap_ft_specific_header
impl Clone for wtap_ft_specific_header
Source§fn clone(&self) -> wtap_ft_specific_header
fn clone(&self) -> wtap_ft_specific_header
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_ft_specific_header
impl Debug for wtap_ft_specific_header
impl Copy for wtap_ft_specific_header
Auto Trait Implementations§
impl Freeze for wtap_ft_specific_header
impl RefUnwindSafe for wtap_ft_specific_header
impl Send for wtap_ft_specific_header
impl Sync for wtap_ft_specific_header
impl Unpin for wtap_ft_specific_header
impl UnwindSafe for wtap_ft_specific_header
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