#[repr(C)]pub struct _frame_data {Show 14 fields
pub num: guint32,
pub pkt_len: guint32,
pub cap_len: guint32,
pub cum_bytes: guint32,
pub file_off: gint64,
pub pfd: *mut GSList,
pub color_filter: *const _color_filter,
pub subnum: guint16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub abs_ts: nstime_t,
pub shift_offset: nstime_t,
pub frame_ref_num: guint32,
pub prev_dis_num: guint32,
}Fields§
§num: guint32§pkt_len: guint32§cap_len: guint32§cum_bytes: guint32§file_off: gint64§pfd: *mut GSList§color_filter: *const _color_filter§subnum: guint16§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>§abs_ts: nstime_t§shift_offset: nstime_t§frame_ref_num: guint32§prev_dis_num: guint32Implementations§
Source§impl _frame_data
impl _frame_data
pub fn passed_dfilter(&self) -> c_uint
pub fn set_passed_dfilter(&mut self, val: c_uint)
pub fn dependent_of_displayed(&self) -> c_uint
pub fn set_dependent_of_displayed(&mut self, val: c_uint)
pub fn encoding(&self) -> c_uint
pub fn set_encoding(&mut self, val: c_uint)
pub fn visited(&self) -> c_uint
pub fn set_visited(&mut self, val: c_uint)
pub fn marked(&self) -> c_uint
pub fn set_marked(&mut self, val: c_uint)
pub fn ref_time(&self) -> c_uint
pub fn set_ref_time(&mut self, val: c_uint)
pub fn ignored(&self) -> c_uint
pub fn set_ignored(&mut self, val: c_uint)
pub fn has_ts(&self) -> c_uint
pub fn set_has_ts(&mut self, val: c_uint)
pub fn has_modified_block(&self) -> c_uint
pub fn set_has_modified_block(&mut self, val: c_uint)
pub fn need_colorize(&self) -> c_uint
pub fn set_need_colorize(&mut self, val: c_uint)
pub fn tsprec(&self) -> c_uint
pub fn set_tsprec(&mut self, val: c_uint)
pub fn new_bitfield_1( passed_dfilter: c_uint, dependent_of_displayed: c_uint, encoding: c_uint, visited: c_uint, marked: c_uint, ref_time: c_uint, ignored: c_uint, has_ts: c_uint, has_modified_block: c_uint, need_colorize: c_uint, tsprec: c_uint, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for _frame_data
impl Clone for _frame_data
Source§fn clone(&self) -> _frame_data
fn clone(&self) -> _frame_data
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 _frame_data
impl Debug for _frame_data
impl Copy for _frame_data
Auto Trait Implementations§
impl Freeze for _frame_data
impl RefUnwindSafe for _frame_data
impl !Send for _frame_data
impl !Sync for _frame_data
impl Unpin for _frame_data
impl UnwindSafe for _frame_data
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